Fwd: [python-win32] Using a COM interface where the objects don't have ProgIDs

2005-03-23 Thread John Clark
Well, I guess sometimes it just helps to talk it out in email. -John On Mar 23, 2005, at 10:21 PM, John Clark wrote: My apologies if this is something that should be obvious to me, but I cannot figure out how to use a typelib if that typelib does not establish ProgID values for the CoClass

[python-win32] Using a COM interface where the objects don't have ProgIDs

2005-03-23 Thread John Clark
My apologies if this is something that should be obvious to me, but I cannot figure out how to use a typelib if that typelib does not establish ProgID values for the CoClasses. The class that was created by EnsureModule() is as follows: class CaWHarvest(CoClassBaseClass): # A CoClass # CaWHarve