Warning: I'm new to Python

I am using the win32com module to call a custom ActiveX object.  Everything
is working wonderfully with the exception of keeping the application
running...

This particular script instantiates a ActiveX object and then needs to
simply sit there unit its Event gets called.  However, the script terminates
because it completes execution.  I have a similar problem with this sort of
thing in Visual Basic but I can fix it by placing the code and the event
sink on a form which has an infinite lifetime... that way, the application
will simply sit there waiting for events to be delivered.  How can I solve
this problem in Python?

Thanks,

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

Reply via email to