[pygtk] IOChannels with pygtk
A.T.Hofkamp
a.t.hofkamp at tue.nl
Mon Jul 13 15:47:56 WST 2009
ShNaYkHs ShNaYkHs wrote:
> Hello,
> Do you know any tutorial or documentation about using IO Channels with pygtk ?
> I want to use it because it provides portable APIs common sockets that
> allow GUI programs using network features without blocking and without using threads.
Depending on the complexity of the IO, you may also want to think of the
program as an asynchronous network program with a GUI.
In that case, it would be useful to have a look at Twisted, a framework for
writing asynchronous communication programs.
Albert
More information about the pygtk
mailing list