Dudley Carr wrote:
> The COM object I'm trying to access via Python has a CLSID and a ProgID
> registered, but no typelib as far as I can tell. Is it possible to use
> makepy without having a typelib? Having looked at makepy.py that doesn't
> seem to be the case.
>
> Thanks,
> Dudley

Makepy does require a typelib.  However, there still may be type info embedded
in a dll or exe even if it's not registered or in a separate .tlb file.

   Roger




_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to