Tkinter in thread hangs on windows but not on Linux

Philippe C. Martin philippe at philippecmartin.com
Tue Jan 18 16:19:52 EST 2005


Well this is what is on the top of my script:
from Tkinter import *
import threading
from ScrolledText import *

I still hang under XP .... wish I had 2K to test.

I almost sounds like tkinter does not get refresh events anymore.

I'll keep at it







On Tue, 18 Jan 2005 12:42:21 -0800, Kamilche wrote:

> 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