Background python thread for Pmw based GUI

Laura Creighton lac at strakt.com
Wed Nov 28 10:24:07 EST 2001


> Dear Friends,
> 
>     Hi I am new to Python programming. I would be grateful if any of 
> you could manage to send me a complete sample code in which a 
> Background python thread keeps checking some activity and display the 
> updates in Pmw based or Tkinter based GUI..


You may be interested in
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/82965

Here the Tkinter Gui polls every 100 ms to see if there is something
in a queue. More complicated solutions are possible, this one is
very simple.

Laura Creighton




More information about the Python-list mailing list