[issue8854] msvc9compiler.py: find_vcvarsall() doesn't work with VS2008 on Windows x64

Konstantin Zemlyak report at bugs.python.org
Mon Jun 21 14:11:17 CEST 2010


Konstantin Zemlyak <zart at zartsoft.ru> added the comment:

64-bit Windows, 64-bit cmd.exe, 64-bit python, not patched::

	D:\>"c:\Program Files\Python27\python.exe"
	Python 2.7rc1 (r27rc1:81787, Jun  6 2010, 20:03:36) [MSC v.1500 64 bit (AMD64)]
	on win32
	Type "help", "copyright", "credits" or "license" for more information.
	>>> import distutils.msvc9compiler
	>>> distutils.msvc9compiler.get_build_version()
	9.0
	>>> distutils.msvc9compiler.find_vcvarsall(9.0)
	'c:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\vcvarsall.bat'
	>>>

How did you test? Maybe it's some difference in setup.

----------

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


More information about the Python-bugs-list mailing list