[python-win32] what's required to use win32com in a portable python directory.

Tim Roberts timr at probo.com
Mon Jan 17 23:30:46 CET 2011


Naveen Garg wrote:
> Is it possible to use win32com without setting up registry keys ? 

A COM server can only be accessed through the registry.  So, if you are
writing a COM server, then you must create registry keys.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list