On Wed, Aug 25, 2010 at 11:06 AM, Sebastian Haase <[email protected]> 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 _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
