alsterane / pylibnidaqmx

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

Importing Analog/digital input/output task does not work #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installation pylibnidaqmx from Source
2.
3.

What is the expected output? What do you see instead?
Expected output: the import should be successful. Instead I get the following 
message:

from nidaqmx import AnalogInputTask
------------------------------------------------------------
Traceback (most recent call last):
  File "<ipython console>", line 1, in <module>
ImportError: cannot import name AnalogInputTask

What version of the product are you using? On what operating system?
NI6008; Pythonxy bundle, pylibnidaqmx-0.2.0

Please provide any additional information below.
import nidaqmx works. But fails to import classes in "libnidaqmx.py" file.

Thank you,
Regards,
Kousik

Original issue reported on code.google.com by sarathyk...@gmail.com on 27 Jul 2011 at 2:09

GoogleCodeExporter commented 9 years ago

Original comment by pearu.peterson on 12 Aug 2011 at 6:47