[Numpy-tickets] [NumPy] #472: pyrex example doesn't compile.
NumPy
numpy-tickets@scipy....
Tue Mar 20 16:34:45 CDT 2007
#472: pyrex example doesn't compile.
--------------------+-------------------------------------------------------
Reporter: royd | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Keywords:
--------------------+-------------------------------------------------------
After make clean the pyrex example doesn't compile any more:
$ make
python setup.py build_ext --inplace
/usr/lib/python2.4/site-packages/numpy/lib/utils.py:83:
DeprecationWarning: get_numpy_include is deprecated, use get_include
DeprecationWarning)
running build_ext
building 'numpyx' extension
/home/royd/python/pyrex/c_numpy.pxd:99:22: Array element cannot be a
Python object
make: *** [all] Error 1
$ rpm -q numpy
numpy-1.0.1-3.fc6
$ pyrexc -v
Pyrex version 0.9.4
Both numpy and pyrex are installed using std. rpms provided for Fedora 6.
Regards,
r.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/472>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list