[python-win32] Re: More IE jscript to Python com woes

Craig H. Anderson craig at coot.net
Thu Oct 14 23:01:02 CEST 2004


Okay,  I just realized that IE internet options can be set
to run ActiveX controls not marked as safe. 

Now I see that each ASP/jscript reference 

var app = new ActiveXObject("GCSMosaix.app") 

creates a new object.  How can I make the Python COM server
create just a single instance? 



More information about the Python-win32 mailing list