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 lemburg
Recipients benjamin.peterson, lemburg, loewis, srid, tarek, zart
Date 2010-06-21.12:38:23
SpamBayes Score 0.0002058171
Marked as misclassified No
Message-id <4C1F5D3E.1030001@egenix.com>
In-reply-to <1277123507.88.0.632923008365.issue8854@psf.upfronthosting.co.za>
Content
Konstantin Zemlyak wrote:
> 
> Konstantin Zemlyak <zart@zartsoft.ru> added the comment:
> 
> Tried msvc9compiler-py27.patch. find_vcvarsall() still works with the same result, while distutils.msvc9compiler.VS_BASE has been changed.
> 
> :: 
> 	>>> distutils.msvc9compiler.find_vcvarsall(9.0)
> 	u'c:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\vcvarsall.bat'
> 	>>> distutils.msvc9compiler.VS_BASE
> 	'Software\\Wow6432Node\\Microsoft\\VisualStudio\\%0.1f'
> 
> Checked registry, 9.0 is only under Wow6432Node.

Thanks for confirming that. So at least my setup is not special and the
keys do indeed have to be updated fir Win64 platforms.
History
Date User Action Args
2010-06-21 12:38:25lemburgsetrecipients: + lemburg, loewis, benjamin.peterson, tarek, srid, zart
2010-06-21 12:38:23lemburglinkissue8854 messages
2010-06-21 12:38:23lemburgcreate