[PyQt] Next Releases of PyQt and SIP

Phil Thompson phil at riverbankcomputing.com
Tue Sep 8 08:15:58 BST 2009


On Mon, 07 Sep 2009 20:44:13 -0400, Matt Smith <melkor at orangepalantir.org>
wrote:
> The long and short, when I use a QThread at the end of my run method, I
> call self.deleteLater().  If I call self.deleteLater() the "finished()"
> signal is never emitted.  It used to emit "finished()" even if I called
> deletLate(), and I thought I needed the self.deleteLater() to clean up
> connections and such.
> 
> If interested I could easily post an example.  If not Ill emit
> "finished()" before the delete later.

I would need a test case, and to know which versions you are talking about.

Phil


More information about the PyQt mailing list