[Cython] ImportError: DLL load failed: The specified module could not be found.

Adrian Martínez Vargas adriangeologo at yahoo.es
Wed Oct 19 19:16:02 CEST 2011


Hi cython list,

I am having problems to distribute a python module for windows (written 
with cython). It compile ok with mingw (installed with but when I import 
the module in python I get this error

ImportError: DLL load failed: The specified module could not be found.

I guess that some where there is an error linking the DLL. Bout how to 
solve it to create a nice distribution (.exe) for my package?


Thanks
Adrian


More information about the cython-devel mailing list