[Distutils] problem finding dll with C extension

mike cantor mcantor at stanford.edu
Sat Dec 17 01:50:48 CET 2005


Thanks so much - that was it.  Actually it was "E:\Program 
Files\GnuWin32\bin" that was missing.

-mike


At 04:42 PM 12/16/2005, Phillip J. Eby wrote:
>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