PyWin: Redraw during long loops?

Ingo Linkweiler i.linkweiler at web.de
Sun Apr 13 05:52:58 EDT 2003


> Calling win32ui.PumpWaitingMessages() generally avoids this.

no:

 >>> for i in range(90):
... 	time.sleep(0.1)
... 	x=win32ui.PumpWaitingMessages()

no redraw of the PyWin IDE while running this script.

Ingo





More information about the Python-list mailing list