[SciPy-user] building scipy

Jens Brandenburg jens_brandenburg at gmx.net
Fri Nov 11 07:05:30 EST 2005


hello everybody,

to give you some more information about the problem I've tried the following
under IPython:

In [3]: from scipy.linalg import eig

And this is the result:

exceptions.ImportError:
/usr/local/lib/python2.3/site-packages/scipy/linalg/_fli
nalg.so: undefined symbol: _gfortran_compare_string
---------------------------------------------------------------------------
scipy_base.ppimport.PPImportError                             Traceback
(most re
cent call last)

/home/jens-ifw/<console>

/usr/local/lib/python2.3/site-packages/scipy_base/ppimport.py in
__getattr__(self, name)
    301             module = self.__dict__['_ppimport_module']
    302         except KeyError:
--> 303             module = self._ppimport_importer()
    304         return getattr(module, name)
    305

/usr/local/lib/python2.3/site-packages/scipy_base/ppimport.py in
_ppimport_importer(self)
    260             exc_info = self.__dict__.get('_ppimport_exc_info')
    261             if exc_info is not None:
--> 262                 raise PPImportError,\
    263                       ''.join(traceback.format_exception(*exc_info))
    264             else:

PPImportError: Traceback (most recent call last):
  File "/usr/local/lib/python2.3/site-packages/scipy_base/ppimport.py", line
273, in _ppimport_importer
    module = __import__(name,None,None,['*'])
  File "/usr/local/lib/python2.3/site-packages/scipy/linalg/__init__.py",
line 8, in ?
    from basic import *
  File "/usr/local/lib/python2.3/site-packages/scipy/linalg/basic.py", line
223, in ?
    import decomp
  File "/usr/local/lib/python2.3/site-packages/scipy/linalg/decomp.py", line
16, in ?
    from blas import get_blas_funcs
  File "/usr/local/lib/python2.3/site-packages/scipy/linalg/blas.py", line
13, in ?
    import fblas
ImportError: /usr/local/lib/python2.3/site-packages/scipy/linalg/fblas.so:
undefined symbol: _gfortran_runtime_error

I hope someone has an idea or at least reply to my request... ;-(( By the
way - do I need the compat-readline* package to run IPython properly on SUSE
10.0 OSS???

Thank's a lot

cheers

Jens


-- 
Jens Brandenburg 
 

10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
+++ GMX - die erste Adresse für Mail, Message, More +++




More information about the SciPy-User mailing list