Text widget updates only after calling method exits (threading issue?)

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Wed Dec 12 02:46:35 EST 2007


On Tue, 11 Dec 2007 17:58:37 -0800, mariox19 wrote:

> If I am supposed to send messages to Tkinter objects only from the
> main thread, how can I get the letters to appear 1 per second?

Take a look at the `after()` method on widgets.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list