Re: Registering COM python based components when not admin

2006-01-19 Thread tooper
Thanks for the hint ! -- http://mail.python.org/mailman/listinfo/python-list

Re: Registering COM python based components when not admin

2006-01-18 Thread Roger Upole
To register the com server for only the current user, your base key should be HKEY_CURRENT_USER\SOFTWARE\Classes instead of just HKCU. However, I don't know if this will solve your problem or not. The ICatRegister interface is supplied by the system, so nobody but MS has the source code to the Re

Registering COM python based components when not admin

2006-01-18 Thread tooper
Hello, I'm failing to register a python based COM component without having admin rights... Using the usual hello world COM server that exist in many books/tutorial, and works perfecty when tested as admin, I first faced problems to write in registry as normal user. Some inspection of win32com.se