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 loewis, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-06-27.15:45:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435419904.58.0.62150609297.issue24508@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the required install configuration is:

* VS 2008 + VS 2010, or
* VS 2008 + VS 2013 or later + Windows SDK 7.1

The SDK is at http://www.microsoft.com/en-us/download/details.aspx?id=8279 and contains MSVC10 and platform toolset files for both VC9 and 10. Neither VS 2008 nor VS 2013 include the VC9 platform toolset.

The VC for Python package is also not sufficient, as it doesn't include rc.exe (though I'd be surprised if the output of newer versions of rc.exe aren't compatible). I haven't checked thoroughly to see what else may be missing.
History
Date User Action Args
2015-06-27 15:45:04steve.dowersetrecipients: + steve.dower, loewis, terry.reedy, paul.moore, tim.golden, zach.ware
2015-06-27 15:45:04steve.dowersetmessageid: <1435419904.58.0.62150609297.issue24508@psf.upfronthosting.co.za>
2015-06-27 15:45:04steve.dowerlinkissue24508 messages
2015-06-27 15:45:03steve.dowercreate