[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: question about NumPy C include files location



Ondrej Certik wrote:
Hi,

the files like arrayobject.h, arrayscalars.h etc. used to be in:

/usr/lib/python2.4/site-packages/numpy/core/include/numpy/

and this imho is the same on other distributions, like Gentoo.

However, now, the fresh python-numpy in Debian has them in:

/usr/share/python-support/python-numpy/numpy/core/include/numpy/

I am not sure this is correct?

Those files are needed, when you want to write extension modules in C,
that use python-numpy.

Ondrej


You probably know this already, but where ever they go, please make sure that numpy.get_include() knows where to find them.

Thanks,
Andrew


Reply to: