Re: QThread.terminate in Python 3

2012-09-28 Thread Lee Harr
>> I understand that use of QThread.terminate is discouraged, >> but it has worked well previously and I would like to continue >> this use if possible. >> >       And now you've encountered the reason it is discouraged. Ok. Point taken. What I hear you saying is that once I use .terminate anyth

QThread.terminate in Python 3

2012-09-23 Thread Lee Harr
Hi; I have asked this on the PyQt list, but have not seen any response yet. Hoping someone will be able to test this on their system to see if they see the same problem. The problem I am seeing is that terminating a QThread running certain code will freeze the program, requiring it to be kill'd.