-
Notifications
You must be signed in to change notification settings - Fork 18
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
System error when using pyinstaller #11
Comments
Hey Badrobit, I'm the project manager for the NI Group that owns this api - just wanted to let you know that we likely won't be able to take a look into this properly until after the holidays. My apologies if this is a big issue in the short-term, but we'll take a look as soon as we can. |
No problem, I appreciate you taking a look at it, please let me know if there is anything else that you need from me to help sort out this behaviour. |
Badrobit, I have failed to reproduce this error using a simple python file importing nifpga, and matching the system you described with Python 2.7. I was curious what version of python you were using, and if you can reproduce this problem for a simple program (including nifpga) or just the application you are working on. |
I was using python 3.6 could this be causing the issue? |
enum34 isn't intended to be used on python >3.3. Relevent links: pyinstaller/pyinstaller#3146 https://bitbucket.org/stoneleaf/enum34/issues/19/enum34-isnt-compatible-with-python-36
enum34 isn't intended to be used on python >3.3. Relevent links: pyinstaller/pyinstaller#3146 https://bitbucket.org/stoneleaf/enum34/issues/19/enum34-isnt-compatible-with-python-36
This issue should be resolved in 18.1.0. Please re-open if thats not the case. |
OS: Windows10 64bit
Labview: 2017
Labview Drivers: May2017
nifpga: 17.0.0.post2
The program runs fine when run from the command line. When I attempt to bundle it together into an executable for use I get the following error on the command line:
I have tried removing all other imports and without nifpga everything works fine. Once I add the nifpga package into the mix I get this error.
The text was updated successfully, but these errors were encountered: