Python GUI wrapper for a long operation

Oleg Paraschenko usenet at datahansa.com
Thu Apr 15 01:56:37 EDT 2004


Hello,

maybe of some interest:

A complete Python Tkinter sample application for a long operation
http://uucode.com/texts/pylongopgui/pyguiapp.html

A complete Python Tkinter application demonstrates one of the ways
to implement a GUI wrapper for a long operation. The long operation
works in a separated thread without frozing a GUI. A progress bar
visializes a progress in calculations. A notification widget displays
log messages. User can cancel the operation. Log messages are stored
in a viewable history buffer.

Regards, Oleg



More information about the Python-list mailing list