[Numpy-discussion] Installation of numpy header files

Andrew Straw strawman at astraw.com
Fri Jan 6 21:13:21 EST 2006


Alexander Belopolsky wrote:

>Numpy include files get installed in <python prefix>/lib/pythonX.X/site-
>packages/numpy/base/include/numpy instead of <python prefix>/include/
>pythonX.X/numpy.
>  
>
>Does anyone rely on the current behavior?
>  
>
I do. There was discussion about this a couple of months ago. To find 
the headers, use the following:

import numpy

numpy.get_numpy_include()

>PS: Using scipy core svn r1847 on a Linux system.
>  
>
I guess you're not actually using scipy core, but numpy.

> The attached patch fixes the problem.  

Actually, the attached patch seems entire unrelated. :)




More information about the NumPy-Discussion mailing list