tkinter and threads

Philippe C. Martin philippe at philippecmartin.com
Wed May 4 09:39:06 EDT 2005


I might be wrong, but my experience is to keep all tkinter calls in the main
thread and use queues to have other threads tell the main one what to do.

Regards,

Philippe



Nir Aides wrote:

> Hello,
> 
> In Tkinter, is it safe to call widget.after(time, callback) from another
> thread (other than the gui thread)?
> 
> Thanks,
> Nir




More information about the Python-list mailing list