Re: communication between two classes which in different threading

2007-04-05 Thread Marco
Yes, use signal/slot could reslove this question! On 4/6/07, Marco <[EMAIL PROTECTED]> wrote: > Hello, > > I write two class, which one is Gui(PyQt4) other is socket server. I > wanna: if socket recv() something, Gui will show it in a label. > But it seems that I cannot call the func from other

communication between two classes which in different threading

2007-04-05 Thread Marco
Hello, I write two class, which one is Gui(PyQt4) other is socket server. I wanna: if socket recv() something, Gui will show it in a label. But it seems that I cannot call the func from other threading. How to reslove it? Thank you! -- LinuX Power -- http://mail.python.org/mailman/listinfo/