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 jwfang
Recipients jwfang
Date 2012-05-03.03:10:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336014644.9.0.503289751284.issue14708@psf.upfronthosting.co.za>
In-reply-to
Content
I am using python 2.7.2 installed via the pre-built installer package, and my SDK version is v7.1.

1) The MSSdk environment variable is not set by lastest SDK's SetEnv.cmd anymore, but distutils still check for it.

2) I have also install MSVC 2010 Express Edition, and its vcvarsall.bat
can't be found.

Off-side question:
a) Can i use different version of MSVC from which python is built for extension development ?
b) Can i use mingw compiler to develop extension for the pre-built windows binary python ?
History
Date User Action Args
2012-05-03 03:10:45jwfangsetrecipients: + jwfang
2012-05-03 03:10:44jwfangsetmessageid: <1336014644.9.0.503289751284.issue14708@psf.upfronthosting.co.za>
2012-05-03 03:10:44jwfanglinkissue14708 messages
2012-05-03 03:10:43jwfangcreate