clade / PyDAQmx

Interface to National Instrument NIDAQmx driver
Other
133 stars 54 forks source link

nicaiu.dll fails to import with NI-DAQmx 15 #24

Closed jlien-sla closed 9 years ago

jlien-sla commented 9 years ago

Recently tried to upgrade to NI-DAQmx 15.0.1 and my application stopped working. When I try to 'import pyDAQmx' it fails on loading the nicaiu.dll, saying the DLL failed to initialize (WinError 1114).

Previous version of NI-DAQmx was 14.5.1 which works fine. OS is Win 7 Pro 64 bit.

clade commented 9 years ago

My guess is that the error comes from the system and not from PyDAQmx.

Hope this will help you to solve your problem.

Le 10/09/2015 22:27, jlien-sla a écrit :

Recently tried to upgrade to NI-DAQmx 15.0.1 and my application stopped working. When I try to 'import pyDAQmx' it fails on loading the nicaiu.dll, saying the DLL failed to initialize (WinError 1114).

Previous version of NI-DAQmx was 14.5.1 which works fine. OS is Win 7 Pro 64 bit.

— Reply to this email directly or view it on GitHub https://github.com/clade/PyDAQmx/issues/24.

jlien-sla commented 9 years ago

You are correct it was a problem with the MAX installation. Sorry for the false alarm, and thanks for your help and a great library.