[SciPy-dev] Make numpy.distutils work with python 2.5 + cygwin

Ravikiran Rajagopal ravi.rajagopal at amd.com
Wed May 30 14:05:18 EDT 2007


On Wednesday 30 May 2007 1:51:13 pm Robert Kern wrote:
>
> --compiler=mingw32
>                ^

Apologies. That was a typo in my email. I had tried it with 
  --compiler=mingw32
as well as
  --compiler=cygwin
with identical results. The problem still remains. In fact, after creating a 
distutils.cfg file with

[build]
compiler=mingw32

I can compile other extensions and load them with
     python setup.py build
but numpy fails.

Regards,
Ravi




More information about the SciPy-Dev mailing list