[New-bugs-announce] [issue17056] Support Visual Studio 2012

Gili T. report at bugs.python.org
Mon Jan 28 00:52:19 CET 2013


New submission from Gili T.:

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%

----------
components: Build
messages: 180808
nosy: cowwoc
priority: normal
severity: normal
status: open
title: Support Visual Studio 2012
type: enhancement
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17056>
_______________________________________


More information about the New-bugs-announce mailing list