[SciPy-dev] [Numpy-discussion] Installation of numpy header files

Andrew Straw strawman at astraw.com
Sat Jan 7 00:12:49 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 SciPy-Dev mailing list