RTI Connector for Connext DDS is a lightweight technology that enables DDS data to be accessed with Javascript (Node.js), Python, and Lua.
56
stars
33
forks
source link
Switched to platform.architecture() to determine bitness #21
Closed
jpovedano closed 9 years ago
In order to determine which library to load, look into the executable "bitness" using platform.architecture instead of using platform.machine.
The current implementation failed to load the connector library if the python interpreter is a 32 bit executable in a 64 system.