>  >>> gen_app
>  <win32com.gen_py.Canto Cumulus 5 OLE Automation.Application>
>  
>  >>> gen_app.default_interface.Activate()

What about simply "gen_app.Activate()" ?

>  Traceback (most recent call last):  File "<interactive input>", 
> line 1, in ?TypeError: unbound method Activate() must be called 
> with instance as first argument
>  Evidently I have the class, not an instance, how do I get an instance?
>  
>  dis_mod.Activate()
>  The Cumulus app starts up
>  I'd prefer to use the classes in the gen_py module.

This should happen automatically - and from the look of your mail, it is.

Mark.

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to