event loop problem

Geoff Talvola gtalvola at nameconnector.com
Mon Oct 23 16:41:26 EDT 2000


Geoff Talvola wrote:

> There are 2 solutions I can think of.  First of all, win32all already
> contains a function that can process all waiting messages:
> win32gui.PumpWaitingMessages() inserted into your while loop should do the
> trick.

Oops, I meant to say pythoncom.PumpWaitingMessages().  The win32gui version
might be the same thing, but I'm not sure.  Use the pythoncom one.

--


- Geoff Talvola
  Parlance Corporation
  gtalvola at NameConnector.com





More information about the Python-list mailing list