Re: [PyQt] QThread terminate trouble when porting to Python 3

2012-09-24 Thread Phil Thompson
On Sat, 22 Sep 2012 22:25:24 +0430, Lee Harr wrote: > I created a simple test case to demonstrate the problem I am having. > > As it is, running in Python 3.2 with PyQt 4.9.1 on Ubuntu, the program > freezes when trying to terminate the QThread. > > With the sleep, or if running on Python 2.7 wi

Re: [PyQt] QThread terminate trouble when porting to Python 3

2012-09-22 Thread Lee Harr
I created a simple test case to demonstrate the problem I am having. As it is, running in Python 3.2 with PyQt 4.9.1 on Ubuntu, the program freezes when trying to terminate the QThread. With the sleep, or if running on Python 2.7 with PyQt 4.9.1 the thread will terminate and the main thread will