[Twisted-Python] threadedselectreactor and twistd
glyph at divmod.com
glyph at divmod.com
Tue Sep 13 10:18:04 MDT 2005
On Tue, 13 Sep 2005 17:39:11 +0200, Stefano Masini <stefano at pragma2000.com> wrote:
>using twisted with GUIs is not trivial, and I found it quite tricky.
> (...) using wxPython:
The problem here is not Twisted and GUIs, the problem is wxPython. While superficially appealing and very featureful, wxPython integrates *very* poorly with a foreign event loop and has no facility for integrating network I/O.
Using GTK+ with Twisted, for example, is completely trivial, and requires no such threading hacks.
More information about the Twisted-Python
mailing list