[SciPy-dev] test import and check_integer errors for 0.5.2 on FC3/Py2.4

Tom Loredo loredo at astro.cornell.edu
Thu Dec 14 14:34:04 EST 2006


Hi folks,

I just installed the brand-spanking-new scipy-0.5.2 (thanks, packagers!)
with numpy-1.0.1/Python-2.4.4 on Fedora Core 3.  scipy.test(1) goes
through 648 tests (I think there should be more), producing four
import failures and a test ERROR, shown below.

If there's something I should do on my end to fix these, please let
me know!

-Tom

Warning: FAILURE importing tests for <module 'scipy.linalg.lapack' from '...ckages/scipy/linalg/lapack.pyc'>
/usr/local/lib/python2.4/site-packages/scipy/linalg/basic.py:23: ImportError: cannot import name calc_lwork (in ?)

Warning: FAILURE importing tests for <module 'scipy.linsolve.umfpack' from '.../linsolve/umfpack/__init__.pyc'>
/usr/local/lib/python2.4/site-packages/scipy/linsolve/umfpack/tests/test_umfpack.py:17: AttributeError: 'module' object
has no attribute 'umfpack' (in ?)

Warning: FAILURE importing tests for <module 'scipy.special.basic' from '...ckages/scipy/special/basic.pyc'>
/usr/local/lib/python2.4/site-packages/scipy/linalg/basic.py:23: ImportError: cannot import name calc_lwork (in ?)

Warning: FAILURE importing tests for <module 'scipy.linsolve.umfpack.umfpack' from '...y/linsolve/umfpack/umfpack.pyc'>
/usr/local/lib/python2.4/site-packages/scipy/linsolve/umfpack/tests/test_umfpack.py:17: AttributeError: 'module' object
has no attribute 'umfpack' (in ?)

ERROR: check_integer (scipy.io.tests.test_array_import.test_read_array)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/scipy/io/tests/test_array_import.py", line 55, in check_integer
    from scipy import stats
  File "/usr/local/lib/python2.4/site-packages/scipy/stats/__init__.py", line 7, in ?
    from stats import *
  File "/usr/local/lib/python2.4/site-packages/scipy/stats/stats.py", line 190, in ?
    import scipy.special as special
  File "/usr/local/lib/python2.4/site-packages/scipy/special/__init__.py", line 10, in ?
    import orthogonal
  File "/usr/local/lib/python2.4/site-packages/scipy/special/orthogonal.py", line 65, in ?
    from scipy.linalg import eig
  File "/usr/local/lib/python2.4/site-packages/scipy/linalg/__init__.py", line 8, in ?
    from basic import *
  File "/usr/local/lib/python2.4/site-packages/scipy/linalg/basic.py", line 23, in ?
    from scipy.linalg import calc_lwork
ImportError: cannot import name calc_lwork

FAILED (errors=1)


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/



More information about the SciPy-Dev mailing list