[Numpy-tickets] [NumPy] #386: import error
NumPy
numpy-tickets at scipy.net
Wed Nov 22 03:59:31 CST 2006
#386: import error
-------------------------+--------------------------------------------------
Reporter: AndrewStraw | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
With revision 3457 (current as of now), the script
{{{
from numpy.numarray.linear_algebra import solve_linear_equations as solve
from numpy.oldnumeric.linear_algebra import *
}}}
results in the traceback
{{{
Traceback (most recent call last):
File "NUMPY_IMPORT_BUG.py", line 2, in ?
from numpy.oldnumeric.linear_algebra import *
AttributeError: 'module' object has no attribute 'qr_decomposition'
}}}
I will debug this and submit a patch as I have time. If someone beats me
to it, great.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/386>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list