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 makursi
Recipients makursi
Date 2009-04-25.12:50:37
SpamBayes Score 1.5540505e-06
Marked as misclassified No
Message-id <1240663838.43.0.625551571341.issue5839@psf.upfronthosting.co.za>
In-reply-to
Content
I have installed 2.6.2 source(32bit) on Vista 64 bit. 
The function RegOpenKeyEx fails with returns "2". 
If I change the function to  
		rc=RegOpenKeyEx(keyBase,
			keyBuf, /* subkey */
			0, /* reserved */
			KEY_READ | KEY_WOW64_64KEY,
			&newKey);
it works fine. I have checked this in the debug build with my 32 bit 
C++ application. UAC is not enabled on my machine.
I hope the issue is fixed with the next version of python.

Regards
Manfred
History
Date User Action Args
2009-04-25 12:50:38makursisetrecipients: + makursi
2009-04-25 12:50:38makursisetmessageid: <1240663838.43.0.625551571341.issue5839@psf.upfronthosting.co.za>
2009-04-25 12:50:37makursilinkissue5839 messages
2009-04-25 12:50:37makursicreate