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
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to