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 lemburg, loewis, tarek
Date 2010-05-30.11:41:23
SpamBayes Score 0.0026076222
Marked as misclassified No
Message-id <4C024EE1.5020302@egenix.com>
In-reply-to <1275204347.45.0.633196675669.issue8854@psf.upfronthosting.co.za>
Content
Martin v. Löwis wrote:
> 
> Martin v. Löwis <martin@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.

Perhaps I wasn't clear:

The VS2008 installer as well as the most of VS tool chain appear
to be 32-bit binaries and thus writes its keys and values into
Software\Wow6432Node\Windows\.

If you then run a 64-bit Python binary, it won't find the keys
under the regular Software\Windows\ reg path.

BTW: This was a fresh Vista and VS2008 installation.
History
Date User Action Args
2010-05-30 11:41:26lemburgsetrecipients: + lemburg, loewis, tarek
2010-05-30 11:41:24lemburglinkissue8854 messages
2010-05-30 11:41:23lemburgcreate