Insanely simple problem somehow appears impossible

Alex Martelli aleax at aleax.it
Sat Nov 16 14:46:56 EST 2002


ebe wrote:

> I am using the win32 extensions to implement a simple message loop. What I
> want to do is respond to messages if they are incoming, but process an
> application update function if there are no messages.

You can pattern a solution for this based on the code you'll find at:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/82236


Alex




More information about the Python-list mailing list