Re: threading in PyQt vs threading in standard library

2009-01-09 Thread Phil Thompson
On Fri, 9 Jan 2009 15:15:28 +0800, "Steven Woody" 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 signifi

Re: threading in PyQt vs threading in standard library

2009-01-08 Thread Steven Woody
On Fri, Jan 9, 2009 at 3:32 PM, Phil Thompson wrote: > On Fri, 9 Jan 2009 15:15:28 +0800, "Steven Woody" > 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 'socke

threading in PyQt vs threading in standard library

2009-01-08 Thread Steven Woody
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'. Thanks. -- http://mail.python.org/mailman/listinfo/python-list