[Numpy-tickets] [NumPy] #444: from numpy.numarray import * fails with AttributeError: 'module' object has no attribute 'NewAxis'
NumPy
numpy-tickets@scipy....
Sat Feb 3 02:12:03 CST 2007
#444: from numpy.numarray import * fails with AttributeError: 'module' object has
no attribute 'NewAxis'
----------------------------+-----------------------------------------------
Reporter: jachaves | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.numarray | Version: 1.0.1
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
{{{
from numpy.numarray import *
fails with
AttributeError: 'module' object has no attribute 'NewAxis'
because file numpy/numarray/__init__.py
is missing the following line:
from compat import *
}}}
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/444>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list