[Numpy-discussion] Building Numpy 1.6.2 for Python 3.3 on Windows

klo klonuo at gmail.com
Thu Jan 10 11:35:31 EST 2013


> I reported this issue/bug to the mailing list recently as part of
> a discussion with Ralf which lead to various fixes being made
> to get NumPy to compile with either mingw32 or MSCV 10.

> http://mail.scipy.org/pipermail/numpy-discussion/2012-November/064454.html

> My workaround is to change the default compiler for Python 3,
> by creating C:\Python33\Lib\distutils\distutils.cfg containing:

> [build]
> compiler=mingw32

Thanks, but I have already set C:\Python33\Lib\distutils\distutils.cfg:

========================================
[build]
compiler=mingw32

[build_ext]
compiler=mingw32
========================================




More information about the NumPy-Discussion mailing list