Adapted from the Python-2-only module of the same name by Allen B. Taylor (a dot b dot taylor at gmail dot com), available at the Tkinter wiki. Although tkinter is technically thread-safe (assuming Tk ...
I looked at the examples in the cookbook and noticed that almost all (or maybe all) are main lines. When I took my code outside the function the problem was gone. Could it be that a function somehow ...