[Distutils] problem finding dll with C extension

Phillip J. Eby pje at telecommunity.com
Sat Dec 17 01:42:56 CET 2005


At 04:31 PM 12/16/2005 -0800, mike cantor wrote:
>Another piece of information.  The error message I get ("ImportError: DLL
>load failed: The specified module could not be found") is different that
>the error message I get if I try to import a non-existent module (namely,
>"ImportError: No module named Foo").  So somewhere within the module a DLL
>is failing to load.  Any ideas????

Either libgsl or one of its dependencies isn't loading.  My guess would be 
that E:\Program Files\GnuWin32\lib isn't on your PATH.



More information about the Distutils-SIG mailing list