[Numpy-tickets] [NumPy] #561: problem compiling, cannot find multiarray
NumPy
numpy-tickets@scipy....
Fri Aug 3 13:47:50 CDT 2007
#561: problem compiling, cannot find multiarray
----------------------+-----------------------------------------------------
Reporter: johannct | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version: none
Severity: normal | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by johannct):
ok... I have the python-numeric-24.2-4.fc7 from FC7 repositories....
[cohen@localhost numpy-svn]$ python -ic 'from Numeric import multiarray'
>>> dir(multiarray)
['__doc__', '__file__', '__name__', '__version__',
'_fastCopyAndTranspose', 'arange', 'argmax', 'argsort', 'array',
'arraytype', 'binarysearch', 'choose', 'concatenate', 'cross_correlate',
'empty', 'error', 'fromstring', 'innerproduct', 'matrixproduct', 'put',
'putmask', 'repeat', 'reshape', 'set_string_function', 'sort', 'take',
'transpose', 'zeros']
So I have multiarray from within Numeric..... For some reason, that goes
unchecked when trying to build Numpy....
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/561#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list