Re: [python-win32] Reusing a local com server object

2007-03-07 Thread Ross McKerchar
Roger Upole wrote: > Ross McKerchar wrote: > >> Any suggestions would be much appreciated - even just some key phrases >> that may help energise my search efforts... >> > An object needs to be registered in the Running Object Table (ROT) for this to > work. See pythoncom.RegisterActiveObje

[python-win32] Reusing a local com server object

2007-03-06 Thread Ross McKerchar
I am having trouble connecting to an already running python com server. I have set CLSCTX_LOCAL_SERVER for my com object and I am using the "GetObject" function in my vbscripts which connect to the com server. I have written a simple test server that behaves very similarly to my real server (ex