On Fri, 9 Jan 2009 15:15:28 +0800, "Steven Woody" <narkewo...@gmail.com>
wrote:
> Hi,
> 
> I am considering using PyQt for GUI programs, and I notices that both
> of them include threading supports, so which one should I pick up?
> Similar also applies 'socket'.

I'd recommend using the PyQt versions of both.

A significant advantage of PyQt's sockets is that they are integrated with
the event loop. This means you don't need threads to handle networking.

Phil
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to