Re: [python-win32] Vista, _winreg and "Access denied"

2008-06-03 Thread Tim Golden
le dahut wrote: Hello, I've passed some time reading the MS coding guide for Vista http://msdn.microsoft.com/en-us/library/bb756973.aspx It explains that an app requiring administrator rights (modify HKLM, write in C:\Windows\, etc.) will always return "Access denied" or ask the user for UAC

Re: [python-win32] Vista, _winreg and "Access denied"

2008-06-03 Thread Tim Golden
le dahut wrote: Hello, I've passed some time reading the MS coding guide for Vista http://msdn.microsoft.com/en-us/library/bb756973.aspx It explains that an app requiring administrator rights (modify HKLM, write in C:\Windows\, etc.) will always return "Access denied" or ask the user for UAC

Re: [python-win32] pythoncom warning: PyVARDESC

2008-06-03 Thread Tim Golden
Mark Hammond wrote: Since release 211, I have dozens & dozens messages, like this: pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning None pythoncom warning: PyVARDESC ctor has unknown varkind (3) - returning None pythoncom warning: PyVARDESC ctor has unknown varkind (3) - ret