You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue in Python 2.7.13 where _ctypes.LoadLibrary no longer accepts Unicode objects. This will be patched in 2.7.14, but for now users should downgrade to 2.7.12 to use the nidaqmx package.
The text was updated successfully, but these errors were encountered:
<rev> Fixing incorrect property data type metadata in the Python DAQmx
API. Raised by issue: #32
<priv> Turns out a number of UInt64 properties had incorrect metadata. I
went through all of the U64 properties in the API and found some others
that were wrong too.
<rev> Working around issue:
#1, where nidaqmx doesn't
work on Python 2.7.13 because of a ctypes bug.
<rev> Changing to install from pypi for nidaqmx_src since installing
from Build Services package dependencies seems broken in newer versions
of pythonservices. We have a requirements file to enforce versions, so
who cares.
<bud> http://review-board.natinst.com/r/202523/
There is an issue in Python 2.7.13 where _ctypes.LoadLibrary no longer accepts Unicode objects. This will be patched in 2.7.14, but for now users should downgrade to 2.7.12 to use the nidaqmx package.
The text was updated successfully, but these errors were encountered: