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 under that path are actually in:

/usr/lib/pymodules/python2.6/numpy/core/include/numpy



--
Dr David Ham
Applied Modelling and Computation Group,
Department of Earth Science and Engineering,
Imperial College London,

http://amcg.ese.ic.ac.uk/index.php?title=David_Ham



_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to