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

Pearu Peterson pearu at cens.ioc.ee
Thu May 31 04:47:48 EDT 2007



Ravikiran Rajagopal wrote:
> On Wednesday 30 May 2007 3:17:30 pm Robert Kern wrote:
>> Try
>>
>>   $ python setup.py config --compiler=mingw32 build_ext --compiler=mingw32
>> build
> 
> That fails identically as well :-(

Try:

   python setup.py build --compiler=mingw32 --fcompiler=gnu

The current svn version of numpy is recommended.

Pearu



More information about the SciPy-Dev mailing list