Help to understand - maybe in Win python it is impossible to import soish libraries so?
Put Anaconda (64 bit) + python 2.7 on Windows 7 (x64), I launch a project successfully tested on Linux. When you run the python script does not see the file gcode.so (sishnaya library), swears at import gcode
.
I did not find how the LD_LIBRARY_PATH
environment variables are set in the anaconda in order to find out in which anaconda folder to put this library. Put in anaconda \ lib - does not see.
Maybe for a Windows anaconda, not SO, but a DLL is needed? Or am I missing something?