Hi all, I'm using pyimport and writing some extensions to work numpy. To get things to happen magically the compiler needs to be able to find the header files. I've got it working on my mac, by adding a line to my .bashrc export C_INCLUDE_PATH=/Library/Python/2.5/site-packages/numpy/core/include
I'd like to get it working on windows. I've added the equivalent path in my windows env (set INCLUDE=...), but I'm getting an error telling me it cannot find the "include/arrayobject.h". I've tried setting the right directory in the GUI too, but to no avail. Can anyone tell me the easy/right way to add include paths for pyximport on windows. Is there a better and portable way to do this? Thanks, Brett ps. pyximport rocks!
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
