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

Re: [PyQt] Weird behavior in fromMimeData method (pyScintilla)

2012-09-22 Thread Salvatore Larosa
Hi Phil and all, 2012/9/20 Salvatore Larosa > Hi Phil, > > 2012/9/20 Phil Thompson > >> On Thu, 20 Sep 2012 00:48:10 +0200, Salvatore Larosa >> wrote: >> > Hi, >> > >> > 2012/9/19 Phil Thompson >> > >> >> On Wed, 19 Sep 2012 14:54:57 +0200, Salvatore Larosa >> >> >> wrote: >> >> > Hi Phil, >