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

Martin v. Löwis report at bugs.python.org
Sun May 30 09:25:47 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

This shouldn't be necessary. If a 32-bit Python looks into the registry, it will get automatically redirected to Wow6432Node. If a 64-bit Python looks into the registry, it shouldn't have any interest in values stored in Wow6432Node.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list