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

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to