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 cowwoc
Recipients cowwoc
Date 2013-01-27.23:52:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359330739.37.0.839652698697.issue17056@psf.upfronthosting.co.za>
In-reply-to
Content
msvc9compiler needs to check for the VS110COMNTOOLS environment variable in order to support Visual Studio 2012. Currently it complains "cannot find vcvarsall.bat".

The following workaround works for now:

SET VS90COMNTOOLS=%VS110COMNTOOLS%
History
Date User Action Args
2013-01-27 23:52:19cowwocsetrecipients: + cowwoc
2013-01-27 23:52:19cowwocsetmessageid: <1359330739.37.0.839652698697.issue17056@psf.upfronthosting.co.za>
2013-01-27 23:52:19cowwoclinkissue17056 messages
2013-01-27 23:52:19cowwoccreate