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 loewis
Recipients jwfang, loewis
Date 2012-05-03.06:52:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336027970.17.0.913894971383.issue14708@psf.upfronthosting.co.za>
In-reply-to
Content
> 1) The MSSdk environment variable is not set by lastest SDK's 
> SetEnv.cmd anymore, but distutils still check for it.

This is intentional. Older SDKs still set the variable, so there
is nothing wrong with checking it.

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

MSVC 2010 is not supported for building Python 2.7 extension modules.

> a) Can i use different version of MSVC from which python is built for 
> extension development ?

No. Because of the way the MSVCRT works, this can cause crashes.

> b) Can i use mingw compiler to develop extension for the pre-built 
> windows binary python ?

Yes, in principle. In practice, it may fail because of gcc limitations.
History
Date User Action Args
2012-05-03 06:52:50loewissetrecipients: + loewis, jwfang
2012-05-03 06:52:50loewissetmessageid: <1336027970.17.0.913894971383.issue14708@psf.upfronthosting.co.za>
2012-05-03 06:52:49loewislinkissue14708 messages
2012-05-03 06:52:49loewiscreate