-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant load plugin #5
Comments
There is the folder RPLCD missing. Put the folder with everything in there in the same directory like the file init.py. yours Jan |
A modification of the setup.py script should solve the issue:
This should do the trick and you can leave all the scripts in the subfolder. Regards,
|
Thanks, setup.py is updated. I too updated the installation description in Readmy of the repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Followed the installation instructions on - https://craftbeerpi.gitbook.io/craftbeerpi4/development#4-install-your-plugin-locally
I cant seem to get it to load, see below!
2021-07-20:08:57:45,986 ERROR [plugin_controller.py:58] FAILED to load plugin LCDisplay
2021-07-20:08:57:45,986 ERROR [plugin_controller.py:59] No module named 'LCDisplay.RPLCD'
Thanks for your help.
The text was updated successfully, but these errors were encountered: