[SciPy-user] import failure using g77

Jeffrey B. Layton laytonjb at bellsouth.net
Sat Oct 19 14:48:32 EDT 2002


Pearu Peterson wrote:

>  
>
>>    
>>
>
>(Yes, you might need to fix this using LD_LIBRARY_PATH, see below.)
>

This was indeed the problem. I can import Numeric. However, here's
the result if I import scipy:

[laytonj at home3 laytonj]$ /usr/bin/python2.2
Python 2.2 (#1, Apr 12 2002, 15:29:57)
[GCC 2.96 20000731 (Red Hat Linux 7.2 2.96-109)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import Numeric
 >>> import scipy
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 326, in ?
    from special import *
  File "/usr/lib/python2.2/site-packages/scipy/special/special.py", line 
5, in ?
    from cephes import *
ImportError: /usr/lib/python2.2/site-packages/scipy/special/cephes.so: 
undefined symbol: d_int_val


This may be left over from trying to build with ifc. I'm
going to grab the CVS an try it again.

Thanks!

Jeff


>  
>
>
>HTH,
>	Pearu
>
>
>_______________________________________________
>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