DoEvents equiv?

Mark Hammond MarkH at ActiveState.com
Wed May 9 08:50:08 EDT 2001


Scott Hathaway wrote:

> What is the equivalent in Python for VB's DoEvents on Windows?  


It really depends on the GUI system you are running.  In many cases, 
PumpMessages in either win32ui, win32gui or pythoncom will do the job. 
For a Tkinter app, it will be something different, but I don't know what 
that is.

> Also, is there a similar function for linux/unix systems?


As above, but I don't have _any_ answers ;-)

Mark.




More information about the Python-list mailing list