[SciPy-user] cephes : gfortran

Johann Cohen-Tanugi cohen at slac.stanford.edu
Thu Apr 24 09:29:45 EDT 2008


hello again,
I also have a problem  between cephes and gfortran :
In [4]: from scipy import *
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)

/home/cohen/<ipython console> in <module>()

/usr/lib/python2.5/site-packages/scipy/special/__init__.py in <module>()
      6 #from special_version import special_version as __version__
      7
----> 8 from basic import *
      9 import specfun
     10 import orthogonal

/usr/lib/python2.5/site-packages/scipy/special/basic.py in <module>()
      6
      7 from numpy import *
----> 8 from _cephes import *
      9 import types
     10 import specfun

ImportError: /usr/lib/python2.5/site-packages/scipy/special/_cephes.so: 
undefined symbol: _gfortran_st_write_done

I rebuilt with --fcompiler=gfortran to make sure, but I still get this....

thanks,
Johann



More information about the SciPy-User mailing list