[SciPy-user] Error on importing scipy

Travis N. Vaught travis at enthought.com
Sun Oct 13 15:08:09 EDT 2002


Try running python from the ~/ directory or /.  You are probably running
from the built dir and, therefore, don't see the installed libs.  This is an
issue--another older thread starts here:

http://www.scipy.org/site_content/mailman?fn=scipy-user/2002-October/000756.
html

Hopefully this will help.

Travis

> -----Original Message-----
> From: scipy-user-admin at scipy.net [mailto:scipy-user-admin at scipy.net]On
> Behalf Of Stephen Boulet
> Sent: Sunday, October 13, 2002 1:24 PM
> To: scipy
> Subject: [SciPy-user] Error on importing scipy
>
>
> Now that I have scipy installed, I get this error as a regular user:
>
> >>> import scipy
> exceptions.ImportError:
> /usr/lib/python2.2/site-packages/scipy/linalg/_flinalg.so:
> undefined symbol:
> dlaswp_
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/lib/python2.2/site-packages/scipy/__init__.py", line 49, in ?
>     import special, io, linalg, stats, fftpack
>   File
> "/usr/lib/python2.2/site-packages/scipy/special/__init__.py", line 328,
> in ?
>     import orthogonal
>   File
> "/usr/lib/python2.2/site-packages/scipy/special/orthogonal.py", line
> 59, in ?
>     from scipy.linalg import eig
>   File
> "/usr/lib/python2.2/site-packages/scipy/linalg/__init__.py", line 42,
> in ?
>     from basic import *
>   File "/usr/lib/python2.2/site-packages/scipy/linalg/basic.py",
> line 17, in ?
>     import calc_lwork
> ImportError: /usr/lib/python2.2/site-packages/scipy/linalg/calc_lwork.so:
> undefined symbol: ieeeck_
>
> But as root, I get this error:
>
> >>> 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 "scipy_base/__init__.py", line 99, in ?
>     import fastumath
> ImportError: No module named fastumath
>
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
>




More information about the SciPy-User mailing list