alsterane / pylibnidaqmx

Automatically exported from code.google.com/p/pylibnidaqmx
Other
0 stars 0 forks source link

AttributeError by readig analog input #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I want to read a analg input like the example
2.The failure occure after the line >>> task = AnalogInputTask()
3.

What is the expected output? What do you see instead?
I got the failure:  
File "C:\Python27\lib\site-packages\nidaqmx\libnidaqmx.py", line 178, in CALL 
func = getattr(libnidaqmx, funcname)
AttributeError: 'NoneType' object has no attribute 'DAQmxCreateTask'

What version of the product are you using? On what operating system?
Win7

Please provide any additional information below.

Original issue reported on code.google.com by Kemme....@gmail.com on 12 Mar 2015 at 11:03