This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Matt.Hickford
Recipients Matt.Hickford, dstufft, eric.araujo
Date 2015-09-27.22:17:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443392264.43.0.443478210283.issue25251@psf.upfronthosting.co.za>
In-reply-to
Content
Hi distutils. I previously used compiler=mingw32 with success. Today I installed Visual Studio 2015. Now compiler=mingw32 gives me an error

File "c:\python35\lib\distutils\cygwinccompiler.py", line 86, in get_msvcr
    raise ValueError("Unknown MS Compiler version %s " % msc_ver)
ValueError: Unknown MS Compiler version 1900

Any ideas? I don't understand why what msvc I have installed affects build with mingw32
History
Date User Action Args
2015-09-27 22:17:44Matt.Hickfordsetrecipients: + Matt.Hickford, eric.araujo, dstufft
2015-09-27 22:17:44Matt.Hickfordsetmessageid: <1443392264.43.0.443478210283.issue25251@psf.upfronthosting.co.za>
2015-09-27 22:17:44Matt.Hickfordlinkissue25251 messages
2015-09-27 22:17:44Matt.Hickfordcreate