[SciPy-user] Trouble w/ fastumath

ferrell at diablotech.com ferrell at diablotech.com
Tue Dec 10 18:53:31 EST 2002


Pearu Peterson writes:
 > 
 > On Tue, 10 Dec 2002 ferrell at diablotech.com wrote:
 > 
 > > Any suggestions of what I might have done wrong?  I looked through the
 > > archives and saw a number of messages about fastumath.  However, I
 > > couldn't make any connection between those messages and the trouble
 > > I'm running into.
 > 
 > <snip>
 > 
 > > >>> import scipy
 > > Traceback (most recent call last):
 > >   File "<stdin>", line 1, in ?
 > >   File "/usr/lib/python2.2/site-packages/scipy/__init__.py", line 36, in ?
 > >     from scipy_base import *
 > >   File "/usr/lib/python2.2/site-packages/scipy_base/__init__.py", line 110, in ?
 > >     raise ImportError,mess
 > > ImportError: dlopen: Win32 error 126
 > > >
 > 
 > Google gives some ideas. See for example
 > 
 > http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&threadm=20021108105815.24402.qmail%40community10.interfree.it&rnum=4&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26safe%3Doff%26q%3Ddlopen%253A%2BWin32%2Berror%2B126%2Bpython
 > 
 > HTH,

Yup.  I didn't know about cygcheck.  That told me that fastumath is
looking for libpython2.1.dll.  I'm running python 2.2.  So I guess
that's the problem.  The download page does say that the cygwin binary
was built for 2.1, but I hadn't thought to look at that.

So, now I know what's wrong, but I'm not sure what to do about it.  I
may try to build from source.

Thanks for the help.

-robert




More information about the SciPy-User mailing list