ShaisTestLogs

Other Errors

Generator_test3.py
Exception exceptions.NameError: "global name 'ctsGen' is not defined" in <bound method MapSystem.__del__ of Generator maptest> ignored

I fixed this non-fatal error and the fix will appear in the next distribution.

-- Rob

lapack import error

SLIP_2D_maps.py
Traceback (most recent call last):
  File "SLIP_2D_maps.py", line 17, in ?
    from scipy.linalg import eigvals, det, norm
  File "/usr/lib/python2.3/site-packages/scipy_base/ppimport.py", line 303, in __getattr__
    module = self._ppimport_importer()
  File "/usr/lib/python2.3/site-packages/scipy_base/ppimport.py", line 262, in _ppimport_importer
    raise PPImportError,\
scipy_base.ppimport.PPImportError: Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/scipy_base/ppimport.py", line 273, in _ppimport_importer
    module = __import__(name,None,None,['*'])
  File "/usr/lib/python2.3/site-packages/scipy/linalg/__init__.py", line 8, in ?
    from basic import *
  File "/usr/lib/python2.3/site-packages/scipy/linalg/basic.py", line 12, in ?
    from lapack import get_lapack_funcs
  File "/usr/lib/python2.3/site-packages/scipy/linalg/lapack.py", line 16, in ?
    import clapack
ImportError: /usr/lib/python2.3/site-packages/scipy/linalg/clapack.so: undefined symbol: clapack_sgesv

John Guckenheimer was having a similar problem on his workstation with the SciPy/LAPACK installation. See the FAQ for a possible fix.

-- Rob

last edited 2005-08-30 23:01:41 by RobClewley