Tkinter in thread hangs on windows but not on Linux
Kamilche
klachemin at comcast.net
Tue Jan 18 15:42:21 EST 2005
This example worked for me on Windows 2000, after inserting
import threading
from Tkinter import *
import ScrolledText
at the top.
More information about the Python-list
mailing list