[Twisted-Python] We now have a coil command-line app in CVS
Itamar Shtull-Trauring
twisted at itamarst.org
Tue Apr 2 02:52:15 MST 2002
Andrew Bennetts wrote:
> Tv's suggestion looks reasonable to me... although aren't there really two
> types of modules being grouped together there:
> 1) Alternatives to the select-based loop (poll, win32)
> 2) Add-ons that integrate Twisted's loop with other loops, e.g. gtk,
> Tk, etc...
>
> Or do the 2nd type all assume a select-based loop? If that's the case, I'd
> suggest they are generalised (it'd be nice for Tk to work with the win32
> loop)
Actually, it's more complex:
1a) There's select(), poll() or win32
1b) GTK+ and Qt also replace the event loop, so they are in category (1)
2) wxPython can integrate with anything in (1a), I think
3) Jython totally replaces everything, including the TCP support
The Tk event loop is in category (2) I *think*.
More information about the Twisted-Python
mailing list