> 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 ======================================== _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
