siddhartha veedaluru wrote:
i modified the script and once again i ran it
import os, sys
from _winreg import *
KEY_WOW64_64KEY = 256
regHandle = OpenKey(HKEY_LOCAL_MACHINE,"SOFTWARE\Value
Systems\ValApp\Instance001",0,KEY_WOW64_64KEY|KEY_READ|KEY_WRITE)
print regHandle
val = QueryValue(regHan
Thanks Tim.
Sorry,i was wrong in using the operators
i modified the script and once again i ran it
import os, sys
from _winreg import *
KEY_WOW64_64KEY = 256
regHandle = OpenKey(HKEY_LOCAL_MACHINE,"SOFTWARE\Value
Systems\ValApp\Instance001",0,KEY_WOW64_64KEY|KEY_READ|KEY_WRITE)
print regHandle
val
siddhartha veedaluru wrote:
Hi,
Hello,
I have installed 32bit python on x64 bit machine.
I also installed pywin32-211.win32-py2.5.exe
As part of a script i required to access the registry and i used the
following code snippet.
import os, sys
from _winreg import *
KEY_WOW64_64KEY = 256
re
Hi,
Hello,
I have installed 32bit python on x64 bit machine.
I also installed pywin32-211.win32-py2.5.exe
As part of a script i required to access the registry and i used the
following code snippet.
import os, sys
from _winreg import *
KEY_WOW64_64KEY = 256
regHandle = OpenKey(HKEY_LOCAL_MACHINE