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
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
Hi;
I am porting Pynguin to Python 3:
http://pynguin.googlecode.com/
I am working with Python 3.2.3 and PyQt 4.9.1 on Ubuntu.
This is a turtle graphics application, so I take the user's
(python) code and run it in a separate thread. If the
user wants to interrupt the running code, they can pres