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 skrah
Recipients eric.araujo, rpetrov, skrah, tarek
Date 2010-08-30.15:28:10
SpamBayes Score 0.00086510245
Marked as misclassified No
Message-id <1283182094.6.0.736198242349.issue7546@psf.upfronthosting.co.za>
In-reply-to
Content
I have a new patch with tests, but I'm not quite satisfied with it.

The remaining problem is that the choice of ml64 or ml is fragile
if a user has executed `vcvarsall xyz`, and we attempt to use the
resulting environment.

For example, if `vcvarsall amd64` has been executed once in a command
line window, a subsequent `vcvarsall x86` will not reset the environment
sufficiently, so ml64 is detected and the x86 build will fail.


But in general this patch should work.
History
Date User Action Args
2010-08-30 15:28:14skrahsetrecipients: + skrah, tarek, eric.araujo, rpetrov
2010-08-30 15:28:14skrahsetmessageid: <1283182094.6.0.736198242349.issue7546@psf.upfronthosting.co.za>
2010-08-30 15:28:13skrahlinkissue7546 messages
2010-08-30 15:28:12skrahcreate