Bug#589592: numpy.get_include() returns the wrong string

2010-07-20 Thread David Ham
I think this error is similar to one I am seeing and it appears to be caused by numpy.get_include() returning the wrong string. python -c 'import numpy; print numpy.get_include()' produces: /usr/lib/pymodules/python2.6/numpy/core/include but _numpyconfig.h and indeed all other header files

Bug#589592: numpy.get_include() returns the wrong string

2010-07-20 Thread Ondrej Certik
On Tue, Jul 20, 2010 at 4:16 AM, David Ham david@imperial.ac.uk wrote: I think this error is similar to one I am seeing and it appears to be caused by numpy.get_include() returning the wrong string. python -c 'import numpy; print numpy.get_include()' produces: