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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to