Closed jhyearsley closed 7 years ago
Are you sure that NI-DAQmx is install on your computer. There should be a file called NIDAQmx.h somewhere. I don't think its name has changed.
You were correct, I had to install an earlier version of the NI-DAQmx driver to find the NIDAQmx.h file. Thanks!
System specs:
I am using Windows 10 64-bit with NI-DAQmx version 17.1.0.
First issue:
I have found the locations. The niDAQmx library and include files are located in the following paths:
Second issue:
After first issue has been solved (i.e. I have manually inserted the correct paths) there is an error within the
Task.py
file.It appears that
function_dict
andfunction_list
are not being populated.Takeaway
The package does not work with Windows 10 as of now and I am not familiar enough to debug any further. Also as a side note I think the codebase would be much better off if some of the importing conventions were changed. For instance imports like this make everything pretty confusing