[SciPy-dev] Merged numarray branch

Stephen Walton stephen.walton at csun.edu
Mon Jan 17 15:37:50 EST 2005


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
 >>>
[swalton at localhost ~]$ exit

Script done on Mon 17 Jan 2005 12:36:44 PM PST




More information about the SciPy-Dev mailing list