[Numpy-discussion] mingw-w64 tutorial ?

David Cournapeau cournape at gmail.com
Tue Aug 24 22:09:55 EDT 2010


On Wed, Aug 25, 2010 at 11:06 AM, Sebastian Haase <seb.haase at gmail.com> wrote:

> Thanks for the insight.

More experience than insight ;)

> One more:  Is python 3.1 + 3.2 then to be used with VS 2010  - i.e. msvcr100?

I believe no python binary is built with VS 2010. MvL is generally
cautious about using new compilers, but  you can and should check by
yourself using the sys module (sys.version for example returns the
MSVC version, and in general, you can associate it to the CRT version.
VS 2008 is MSVC 15 with msvcr9 as in python 2.6 and 2.7).

cheers,

David



More information about the NumPy-Discussion mailing list