Re: [PyQt] QThread not forcibly terminating as expected

2012-03-06 Thread Andreas Pakulat
On 06.03.12 11:10:19, Brian Knudson wrote: > > > > Message: 4 > > Date: Tue, 6 Mar 2012 08:54:09 +0100 > > From: Andreas Pakulat > > To: pyqt@riverbankcomputing.com > > Subject: Re: [PyQt] QThread not forcibly terminating as expected > > Message-ID: &l

Re: [PyQt] QThread not forcibly terminating as expected

2012-03-06 Thread Brian Knudson
> > Message: 4 > Date: Tue, 6 Mar 2012 08:54:09 +0100 > From: Andreas Pakulat > To: pyqt@riverbankcomputing.com > Subject: Re: [PyQt] QThread not forcibly terminating as expected > Message-ID: <20120306075409.GA30346@barmbek> > Content-Type: text/plain; charset=us-a

Re: [PyQt] QThread not forcibly terminating as expected

2012-03-05 Thread Andreas Pakulat
On 05.03.12 13:35:02, Brian Knudson wrote: > On Mar 3, 2012, at 4:00 AM, pyqt-requ...@riverbankcomputing.com wrote: > > > > Message: 1 > > Date: Sat, 3 Mar 2012 10:17:39 +0100 > > From: Andreas Pakulat > > To: pyqt@riverbankcomputing.com > > Subject: Re:

Re: [PyQt] QThread not forcibly terminating as expected

2012-03-05 Thread Brian Knudson
On Mar 3, 2012, at 4:00 AM, pyqt-requ...@riverbankcomputing.com wrote: > > Message: 1 > Date: Sat, 3 Mar 2012 10:17:39 +0100 > From: Andreas Pakulat > To: pyqt@riverbankcomputing.com > Subject: Re: [PyQt] QThread not forcibly terminating as expected > Message-ID

Re: [PyQt] QThread not forcibly terminating as expected

2012-03-03 Thread Andreas Pakulat
On 02.03.12 19:59:50, Brian Knudson wrote: > Hello all, > > Apologies for the lengthy mail. The last paragraph is the important one, > but everything else helps explain. > > I'm writing a PyQt interface for a networking system (3rd party > application) via its API. The 3rd party API calls

[PyQt] QThread not forcibly terminating as expected

2012-03-02 Thread Brian Knudson
Hello all, Apologies for the lengthy mail. The last paragraph is the important one, but everything else helps explain. I'm writing a PyQt interface for a networking system (3rd party application) via its API. The 3rd party API calls don't have a configurable timeout. So that my interfac