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 Jurko.Gospodnetić
Recipients Borisd13, BreamoreBoy, Daniel.Ozminkowski, Frankie.Jhou, Jurko.Gospodnetić, Victor.Lin, anuj0990, bgale, eric.araujo, giampaolo.rodola, ipatrol, jafo, jfoo, lemburg, loewis, lwteng, mdengler, mike.mazurek, paul.moore, piotr.dobrogost, sayap, schmir, shimizukawa, srid, steve.dower, tarek, thorsten.behrens, tim.golden, zach.ware, zzzeek
Date 2014-10-06.03:37:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412566672.7.0.534630139474.issue7511@psf.upfronthosting.co.za>
In-reply-to
Content
Here's another patch fixing the Visual Studio Express edition issue
plus some minor related code-cleanup.

See the Hg repo at:
  https://bitbucket.org/jurko/cpython
branch:
  jurko/distutils_msvc_express_fix

direct link:
  https://bitbucket.org/jurko/cpython/commits/branch/jurko/distutils_msvc_express_fix

Basically - native 64-bit compiler is not available with Visual Studio
Express edition, but its 32-bit to 64-bit cross-compiler is, so the fix just attempts to configure the cross-compiler if configuring the native compiler fails to set all the necessary environment variables.

Tested to work correctly with Visual Studio Express edition installed, and no additional Platform SDK.

I'm also directly attaching a bundle containing the same commits.

I've split up the changes into cleanly separated commits so they should be real easy to review & verify, and there should be no risk of breakage in use cases not explicitly attacked by the proposed changes.

Hope this helps.

Best regards,
  Jurko Gospodnetić
History
Date User Action Args
2014-10-06 03:37:53Jurko.Gospodnetićsetrecipients: + Jurko.Gospodnetić, lemburg, loewis, paul.moore, 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, steve.dower, Daniel.Ozminkowski, Frankie.Jhou, bgale, lwteng, jfoo, anuj0990, mike.mazurek
2014-10-06 03:37:52Jurko.Gospodnetićsetmessageid: <1412566672.7.0.534630139474.issue7511@psf.upfronthosting.co.za>
2014-10-06 03:37:52Jurko.Gospodnetićlinkissue7511 messages
2014-10-06 03:37:52Jurko.Gospodnetićcreate