how do I register a local-server-only COM object in Python?

Steve Holden sholden at holdenweb.com
Wed Oct 11 09:57:48 EDT 2000


In my previous posting I inadvertently wrote

	CLSCTX_LOCALSERVER

when I should have written

	CLSCTX_LOCAL_SERVER

Steve Holden wrote:
> 
...
> As you suspect, the default used is
> 
>         CLSCTX_LOCALSERVER | CLSCTX_INPROC_SERVER
> 
...
-- 
Helping people meet their information needs with training and technology.
703 967 0887      sholden at bellatlantic.net      http://www.holdenweb.com/





More information about the Python-list mailing list