[Twisted-Python] twisted and PyQt4

Jean-Paul Calderone exarkun at divmod.com
Tue May 30 09:24:11 MDT 2006


On Tue, 30 May 2006 17:05:08 +0200 (CEST), scalet at yebu.de wrote:
>Hi,
>
>it seems to me, there is no reactor for PyQt4 yet.
>What is the preferred way to have a PyQt4 application
>using the famous twisted framework for networking.
>
>Thanks for any hints.

Someone will have to write one.  Qt4 has numerous improvements which
should make it possible to write a reasonable reactor, instead of a
shambling horror (like the existing Qt reactor).

However, I don't use Qt myself, and I don't know any Twisted developers
who do.  If there are a sufficient number of Twisted users who are
interested in this, it may be possible to add support.  One way of
demonstrating that there is enough interest would be to have someone
donate a buildslave to run tests with Qt.  This would be easier for
PyQt4 than it is for the current Qt reactor, since PyQt4 won't
necessarily require an X11 server to run the test suite.

Jean-Paul




More information about the Twisted-Python mailing list