[issue7511] msvc9compiler.py: ValueError: [u'path']

Stefan Krah report at bugs.python.org
Sat Dec 19 17:32:39 CET 2009


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

Ok, I created a new diff that considers all 64-bit values for 'arch'.
I think x64 cannot occur (See: PLAT_TO_VCVARS). Also, I use the
existence of bin\amd64\vcvarsamd64.bat as a test for VS Professional,
so in that case the new code is never executed.

Could someone confirm that VS Professional always has that file?

----------
Added file: http://bugs.python.org/file15608/vcvars2.diff

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


More information about the Python-bugs-list mailing list