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 steve.dower
Recipients brian.curtin, cowwoc, steve.dower, tim.golden, trent, zach.ware
Date 2014-07-14.15:43:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405352592.53.0.267872047407.issue17056@psf.upfronthosting.co.za>
In-reply-to
Content
msvc9compiler should not look for any versions of MSVC other than 9.0, since extensions built using other versions will be subtly (or dramatically) incompatible with Python unless you also rebuild Python itself with the same MSVC version.

You can set DISTUTILS_USE_SDK=1 and run from the VS 2012 Developer Command Prompt (or otherwise configure your environment) if you are willing to accept the risk, but ensure you test the built extension thoroughly.

Hopefully, 3.5 will switch to the next version of MSVC (14) and will be able to detect and use all later releases, so this particular problem won't exist in the future. There's nothing we can/will do for 2.x at this stage.
History
Date User Action Args
2014-07-14 15:43:12steve.dowersetrecipients: + steve.dower, tim.golden, trent, brian.curtin, zach.ware, cowwoc
2014-07-14 15:43:12steve.dowersetmessageid: <1405352592.53.0.267872047407.issue17056@psf.upfronthosting.co.za>
2014-07-14 15:43:12steve.dowerlinkissue17056 messages
2014-07-14 15:43:12steve.dowercreate