[SciPy-dev] Merged numarray branch

Todd Miller jmiller at stsci.edu
Tue Jan 18 04:49:29 EST 2005


On Mon, 2005-01-17 at 12:37 -0800, Stephen Walton wrote:
> Todd Miller wrote:
> 
> >I didn't mean to imply that the numarray port of SciPy is finished,
> >merely that the port of scipy_base to numarray has been moved to the
> >head of CVS;  scipy_base.test() does AFIK complete w/o errors.
> >  
> >
> I'm sure the fault is mine, but I can't even get to this point, Todd.  
> See this output:
> 
> Script started on Mon 17 Jan 2005 12:36:00 PM PST
> [swalton at localhost ~]$ export NUMERIX=numarray
> [swalton at localhost ~]$ python
> Python 2.3.4 (#1, Oct 26 2004, 16:42:40)
> [GCC 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> import scipy
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/lib/python2.3/site-packages/scipy/__init__.py", line 11, in ?
>     from scipy_base import *
>   File "/usr/lib/python2.3/site-packages/scipy_base/__init__.py", line 
> 5, in ?
>     import numerix
>   File "/usr/lib/python2.3/site-packages/scipy_base/numerix.py", line 
> 55, in ?
>     from _na_imports import *
>   File "/usr/lib/python2.3/site-packages/scipy_base/_na_imports.py", 
> line 12, in ?
>     from numarray.ieeespecial import isinf, isnan, isfinite
> ImportError: cannot import name isinf
>  >>>

The scipy_base port doesn't work with numarray-1.1.1.  You need numarray
CVS.  

Regards,
Todd




More information about the SciPy-Dev mailing list