[SciPy-user] ImportError for scipy.xplt

Frank hugelmopf at web.de
Sun May 1 04:47:05 EDT 2005


Hi all,

I have a problem with importing the xplt part of scipy:

Python 2.4.1 (#2, Apr  2 2005, 04:26:17)
[GCC 3.3.5 (Debian 1:3.3.5-12)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from scipy.xplt import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/scipy_base/ppimport.py", line 303, in 
__getattr__
    module = self._ppimport_importer()
  File "/usr/lib/python2.4/site-packages/scipy_base/ppimport.py", line 258, in 
_ppimport_importer
    raise ImportError,self.__dict__.get('_ppimport_exc_info')[1]
ImportError: Array can not be safely cast to required type
>>>   

Importing other parts of scipy works fine (from scipy.integrate import *).

This happens on Debian Sarge (AMD64) with scipy-0.3.2 under python-2.4.1 and 
python-2.3.5

Has anybody experienced the same or a solution?

Thanks,
Frank




More information about the SciPy-User mailing list