[Numpy-discussion] failure building trunk with mingw

David Cournapeau david at ar.media.kyoto-u.ac.jp
Mon Nov 16 00:48:39 EST 2009


josef.pktd at gmail.com wrote:
> Are there new changes to the configuration needed?   mingw 3.4.5,
> WindowsXP, Python 2.5.2
>
> Python.h is not picked up anymore:
>
> _configtest.c:1:20: Python.h: No such file or directory
>
> Josef
>
> C:\Josef\_progs\Subversion\numpy-trunk>setup.py bdist

Could you try with

python setup.py build -c mingw32 bdist

I have just tried on the same configuration as you, and I cannot
reproduce the problem with the above command.

David



More information about the NumPy-Discussion mailing list