[Deb-scipy-devel] problems with numpy on debian unstable

Hanno Klemm hanno.klemm at xs4all.nl
Sat Jul 22 23:49:29 UTC 2006


Hello Debian scipy-developers team,

I tried to install python-numpy python-numpy-ext and python-numpy-dev
under debian unstable.

I then got  the following error messages:
klemm at ligeti:~> python2.4
Python 2.4.4c0 (#2, Jun 14 2006, 22:35:41)
[GCC 4.1.2 20060613 (prerelease) (Debian 4.1.1-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.__version__
'0.9.8'
>>> numpy.test()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/numpy/__init__.py", line 47, in
test
    return NumpyTest().test(level, verbosity)
  File "/usr/lib/python2.4/site-packages/numpy/testing/numpytest.py",
line 283, in __init__
    from numpy.distutils.misc_util import get_frame
  File "/usr/lib/python2.4/site-packages/numpy/distutils/__init__.py",
line 5, in ?
    import ccompiler
  File "/usr/lib/python2.4/site-packages/numpy/distutils/ccompiler.py",
line 4, in ?
    import new
  File "new.py", line 52, in ?
    main()
  File "new.py", line 45, in main
    iter = int(sys.argv[1])
IndexError: list index out of range
>>>


Is this a bug or am I doing something wrong? if I try under python2.3 I
get the same result.

Best regards,

Hanno





More information about the Deb-scipy-devel mailing list