Skip to content
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

Compile issues with pyinstaller #98

Closed
CBXstraight6 opened this issue May 18, 2016 · 1 comment
Closed

Compile issues with pyinstaller #98

CBXstraight6 opened this issue May 18, 2016 · 1 comment

Comments

@CBXstraight6
Copy link

Trying to compile my code using pyinstaller, which reports & compiles without issue, but when I try to execute / run the compiled code I get this message

Traceback (most recent call last):
File "Concentrator.py", line 34, in
File "/tmp/pip-build-e2yxaF/pyInstaller/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module
File "build/bdist.linux-armv7l/egg/Adafruit_BBIO/UART.py", line 7, in
File "build/bdist.linux-armv7l/egg/Adafruit_BBIO/UART.py", line 6, in bootstrap
ImportError: /tmp/_MEIE8WnrP/Adafruit_BBIO/UART.so: cannot open shared object file: No such file or directory

Is anyone able to throw some light on what has gone wrong and/or how to resolve it.
Thanks,
AJ

@pdp7
Copy link
Collaborator

pdp7 commented Aug 20, 2016

@CBXstraight6 There were several improvement in #108. Please check if this is still an issue.

@pdp7 pdp7 closed this as completed Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants