[SciPy-user] scipy import error on Ubuntu6.10

Jimmy E Touma scipy at drtouma.org
Sat Nov 4 13:17:30 EST 2006


Can someone please tell me what this error means?

touma at touma-desktop:~$ python
Python 2.4.4c1 (#2, Oct 11 2006, 20:00:03) 
[GCC 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> import wx
>>> import scipy
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/scipy/__init__.py", line 37,
in ?
    _num.seterr(all='ignore')
TypeError: seterr() got an unexpected keyword argument 'all'
>>> from scipy import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/scipy/__init__.py", line 37,
in ?
    _num.seterr(all='ignore')
TypeError: seterr() got an unexpected keyword argument 'all'
>>> 


I just installed ubuntu6.10 x86-64 and installed scipy as directed on
the scipy page (using apt-get). Numpy seems to import okay. I also have
python2.5 installed but it's not the default.

Thanks and best regards,
JET




More information about the SciPy-User mailing list