Freeze with wxpython on python 2.3 or python 2.4 on Win32 with Thread

2005-01-27 Thread Tsubasa[Hokage]
Hello i have a problem with thread and wxpython on WIN32. With this script : I would like to SetValue to my gauge widget in a thread. I can GetValue without a hitch but if I SetValue it freezing. Try following script and go to AF-Tools Menu and click install Normally in the install thread, I wr

Freeze with wxpython on python 2.3 or python 2.4 on Win32 with Thread

2005-01-26 Thread Tsubasa[Hokage]
first problem: With Idle environnement under Win32, all freeze after with bunch of code: #!/usr/bin/python import threading,time class T (threading.Thread) : def __init__(self,_a,_b) : threading.Thread.__init__(self) self.a = _a self.b = _b def run(self) :