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 zart
Recipients benjamin.peterson, lemburg, loewis, srid, tarek, zart
Date 2010-06-21.12:11:15
SpamBayes Score 0.01679227
Marked as misclassified No
Message-id <1277122277.95.0.259500969082.issue8854@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-06-21 12:11:18zartsetrecipients: + zart, lemburg, loewis, benjamin.peterson, tarek, srid
2010-06-21 12:11:17zartsetmessageid: <1277122277.95.0.259500969082.issue8854@psf.upfronthosting.co.za>
2010-06-21 12:11:16zartlinkissue8854 messages
2010-06-21 12:11:15zartcreate