[python-win32] Re: 32bit python on x64 bit machine cannot access

Roger Upole rwupole at msn.com
Wed Jul 23 09:18:53 CEST 2008


siddhartha veedaluru wrote:
> Hello
> 
> i cannot access some of the values from registry using
> 32bit python on x64bit machine
> 
> i need to install 32bit because i couldn't get x64bit pyodbc module.
> Can anyone know where can i get the x64 version pyodbc.
> 
> or solution to the above problem.
> 
> thanks
> Siddhartha

You can pass KEY_WOW64_64KEY as part of the access mask
when opening a key.

       Roger



More information about the python-win32 mailing list