"Tim Roberts" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Mark Hammond wrote:
>> On Vista, it's necessary to register python COM objects from an
>> "elevated"
>> process. In practice, this means I tend to keep a command-prompt open
>> started with "run as administrator", do reg
Mark Hammond wrote:
> In your opinion, is my patch an improvement to the status-quo, or does it
> have the potential to cause confusion?
>
I think your patch is probably the right way to go. It solves the
problem for unsophisticated users, and sophisticated users will want to
do their own th
> From: [EMAIL PROTECTED] [mailto:python-win32-
> [EMAIL PROTECTED] On Behalf Of Tim Roberts
> Sent: Saturday, 19 January 2008 5:02 AM
...
> It is possible (since XP) to register a COM object in
> HKEY_CURRENT_USER\Software\Classes instead of
> HKEY_LOCAL_MACHINE\Software\Classes (which is HKEY_CL
Mark Hammond wrote:
> On Vista, it's necessary to register python COM objects from an "elevated"
> process. In practice, this means I tend to keep a command-prompt open
> started with "run as administrator", do registration and unregistration
> there, then switch back to the normal command-prompt
On Vista, it's necessary to register python COM objects from an "elevated"
process. In practice, this means I tend to keep a command-prompt open
started with "run as administrator", do registration and unregistration
there, then switch back to the normal command-prompt to do testing etc. I
finall