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?

    2 answers 2

    *.so - its own format and I doubt very much that you can simply take and load it in Windows (although if you try to write it correctly - you can), so you need a DLL

      The library must be a DLL for Windows or import through Cython