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?