On 12/16/2013 5:40 PM, Chris Angelico wrote:

Nice, though Python's threading and/or multiprocessing can do 90% of
what people want. Side point: What about Tk? Can you (a) run separate
GUI threads for separate windows? (b) manipulate widgets created by
another thread?

When running tk via tkinter, limiting tkinter/tk calls to the main thread is the safest thing to do. I do not know whether the problems people have had doing otherwise are due to Python or inherent in tk itself.

--
Terry Jan Reedy

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

Reply via email to