WindowsError: [Error 5] Access is denied With _winreg.enum

2007-11-28 Thread black_13
I have included a small script the reproduces the error I am having in larger script. The line 'hkey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE,name)' seems to be causing the error but im not sure why. - script import _winreg import string def

Re: WindowsError: [Error 5] Access is denied With _winreg.enum

2007-11-28 Thread Jerry Hill
On Nov 28, 2007 11:04 AM, black_13 [EMAIL PROTECTED] wrote: I have included a small script the reproduces the error I am having in larger script. The line 'hkey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE,name)' seems to be causing the error but im not sure why. ... WindowsError: [Error 5]

Re: WindowsError: [Error 5] Access is denied With _winreg.enum

2007-11-28 Thread kyosohma
On Nov 28, 10:04 am, black_13 [EMAIL PROTECTED] wrote: I have included a small script the reproduces the error I am having in larger script. The line 'hkey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE,name)' seems to be causing the error but im not sure why. - script