[PyQt] Next Releases of PyQt and SIP

Matt Smith melkor at orangepalantir.org
Tue Sep 8 01:44:13 BST 2009


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.

mbs





More information about the PyQt mailing list