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
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