[Numpy-tickets] [NumPy] #306: Location of arrayobject.h
NumPy
numpy-tickets at scipy.net
Mon Oct 2 11:10:20 CDT 2006
#306: Location of arrayobject.h
--------------------+-------------------------------------------------------
Reporter: gpk | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Resolution: wontfix
Keywords: |
--------------------+-------------------------------------------------------
Changes (by cookedm):
* status: new => closed
* resolution: => wontfix
Comment:
This is deliberate. The reason is that it doesn't require write access to
the Python include directory (in your case,
$HOME/local/include/python2.5), which one doesn't have if installing numpy
as your user, but using the system Python.
See the docstring for 'numpy.get_include' (source:trunk/numpy/lib/util.py)
for the distutils idiom for adding the right directory to the search path.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/306#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