> I now figured out how to keep the script running, but for some reason the
> events are not being delivered.
>
> To keep the script running I just created an additional thread
> (which simply
> loops). Now that that works though, the events still do not seem to be
> delivered...
Your loop probably needs to call pythoncom.PumpWaitingMessages() each time
around the loop. The reasons for this are quite complex, but are detailed
in OReilly's "Python Programming on Win32"
Mark.
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython