Marking a Python COM server safe for Internet Explorer

Mark Hammond MarkH at ActiveState.com
Fri Jul 6 21:34:11 EDT 2001


Bill Bell wrote:

> Does someone happen to know if there is an incantation that can 
> be muttered in Python that implements IObjectSafety--or of some 
> alternative way of doing this?


Neil's solution sounds the best.  However the win32com.axscript.axscript 
module supports IObjectSafety.  Once you import this module any Python 
COM object can implement this interface like any other.  It is in the 
axscript module simply due to the fact the AXScript engine must support 
it (and does).

Mark.




More information about the Python-list mailing list