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, [email protected] Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
