Hi,

Thomas Heller <[EMAIL PROTECTED]> writes:
> For example, PythonWin has such a utility which creates the win32com wrapper
> for the selected typelib.  AFAIU these utilities scan the registry to find
> registered typelibs.  I have attached some code that takes a somewhat 

    I am going to look into win32com MakePy script. But to take a wild guess, it
might be going through HKEY_CLASSES_ROOT/Typelib/ enumerating all typelibs. If
you can not go from ProgId to typelib, the reverse must be true :)

    So I suspect the hunt for progid from typelib might take a long time but on
the bright side, we have to do this just once! We can always first try the
solution in your code. I shall try to come up with a script tonight.

Thanks & Regards,
Suraj 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to