-
Notifications
You must be signed in to change notification settings - Fork 1k
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
setup.py does not install plugins #834
Comments
@nexus511 can you do something about this? |
Looks you got a point there. Thank you for hinting me. I will take a look at it. |
Okay. To properly fix this, I will move the plugins directory into the printrun folder to ensure that it does not conflict with other site-packages. I will implement this and provide a pull-request within the day. All in all it's not a big deal but might anyone using the plugin mechanism enforce to move her plugins once after updating. As I would guess that this is only me for now, I hope that this does not cause a lot of trouble. |
This fix consists of two changes: 1. moving plugins to the printrun package 2. let setup.py also install printrun.plugins
fix: setup.py does not install plugins #834
Fixed, thanks @nexus511 |
Thanks for fast solution! |
Calling setup.py does not install plugins (whole directory missing) to their place. As result, pronterface.py does not start.
When running from cloned repository, pronterface.py starts normally.
The text was updated successfully, but these errors were encountered: