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
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to