Re: Proposal for thread-safe Tkinter

2008-10-27 Thread Steve Holden
Allen Taylor wrote: > I was given the task of upgrading a Python/Tkinter GUI application to > the latest versions of Python and Tk. After a while, I realized that the > application had not been written in a thread-safe manner. Multiple > threads would simply use the Tk object directly. The applicat

Proposal for thread-safe Tkinter

2008-10-23 Thread Allen Taylor
I was given the task of upgrading a Python/Tkinter GUI application to the latest versions of Python and Tk. After a while, I realized that the application had not been written in a thread-safe manner. Multiple threads would simply use the Tk object directly. The application apparently ran fine