Re: [Python-Dev] Use a queue in Tkinter (was: Dealing with tone in an email)

2018-05-06 Thread Terry Reedy
On 5/6/2018 8:51 AM, Stefan Krah wrote: Steven D'Aprano wrote: What exactly didn't work? I don't understand. https://bugs.python.org/issue33412 Isn't the standard solution to use a queue for updating the GUI? At least I didn't have any problems at all with my one TKinter app, I think the m

[Python-Dev] Use a queue in Tkinter (was: Dealing with tone in an email)

2018-05-06 Thread Stefan Krah
Steven D'Aprano wrote: >> What exactly didn't work? I don't understand. > > https://bugs.python.org/issue33412 Isn't the standard solution to use a queue for updating the GUI? At least I didn't have any problems at all with my one TKinter app, I think the method is described in the Python Cookbo