IClassFactory2, Python and run-time licensing

rockmuelle cmueller at onebox.com
Wed Apr 10 15:15:39 EDT 2002


I've just finished developing an application in Python that uses a 3rd
party ActiveX control.  The control requires a design-time license
which I have purchased and a run-time license, created through
IClassFactory2.RequestLicKey and embedded in the distributed code.  It
uses IClassFactory2.CreateInstanceLic to provide the run-time instance
of the control.

pythoncom does not support this interface and doesn't appear to expose
any functions for creating licensed ActiveX controls.

Has anyone encoutered this situation before and come up with a
solution?

Thanks.

-Chris



More information about the Python-list mailing list