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