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 Borisd13, BreamoreBoy, Daniel.Ozminkowski, Frankie.Jhou, Victor.Lin, anuj0990, bgale, eric.araujo, giampaolo.rodola, ipatrol, jafo, jfoo, lemburg, loewis, lwteng, mdengler, mike.mazurek, piotr.dobrogost, sayap, schmir, shimizukawa, srid, steve.dower, tarek, thorsten.behrens, tim.golden, zach.ware, zzzeek
Date 2014-08-18.20:30:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408393816.43.0.648361344175.issue7511@psf.upfronthosting.co.za>
In-reply-to
Content
There is other work going on that will make the patches unnecessary. One problem is that vcvarsall.bat isn't where msvc9compiler.py is looking, which can be fixed with monkey patching in setup.py or in setuptools. The other problem is that VC9 is hard to get hold of these days. I'm working on both problems and dealing with the big-company-inertia problem.

For 3.5 I'll update msvc9compiler.py as part of my VC14 support. 3.4 (and 3.5 in the meantime) don't need to be updated as the easiest way to get VC10 is still as part of VS 2010. However, when the VS 2010 download is removed then things will become more difficult.

In general, I think we're better off helping package developers make builds/wheels than we are helping users to get the compiler. Windows just doesn't have enough platform incompatibilities to make it worthwhile.
History
Date User Action Args
2014-08-18 20:30:16steve.dowersetrecipients: + steve.dower, lemburg, loewis, jafo, giampaolo.rodola, schmir, tim.golden, tarek, sayap, eric.araujo, zzzeek, srid, ipatrol, BreamoreBoy, shimizukawa, thorsten.behrens, Borisd13, piotr.dobrogost, zach.ware, Victor.Lin, mdengler, Daniel.Ozminkowski, Frankie.Jhou, bgale, lwteng, jfoo, anuj0990, mike.mazurek
2014-08-18 20:30:16steve.dowersetmessageid: <1408393816.43.0.648361344175.issue7511@psf.upfronthosting.co.za>
2014-08-18 20:30:16steve.dowerlinkissue7511 messages
2014-08-18 20:30:16steve.dowercreate