[Twisted-Python] twisted and qtreactor

Christian Scharkus mail.sensenmann at googlemail.com
Fri Aug 21 08:47:51 MDT 2009


Hi :)

I'm at extending our existing twisted application
(http://github.com/jem777/rattlekekz) with an qtview using qtreactor
(http://www.tarbox.org/qtreactor) and pyqt.

I wrote this two examples to demonstrate the problem: http://dpaste.com/83246/

The Applications are supposed to print "fu" or "stfu" then the last
window is closed. This works with pyqt just fine but don't work then
twisted is involved. The signal connection is set up successful so I
think twisted swallows or blocks the signals from the QApplication or
they're not emitted.




More information about the Twisted-Python mailing list