GUI:-please answer want to learn GUI programming in python , how should i proceed.

Terry Reedy tjreedy at udel.edu
Mon Dec 16 19:10:39 EST 2013


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




More information about the Python-list mailing list