SMALLp wrote:

> Hy. I have a problem! I'm making multi thread application (client,
> server) using wxPython for GUI, and threading.Thread for threding.
> 
> Clients connect and when they are connected (evry thread handles one
> connection) threads change main window.
> 
> I neded tip how to make communication between threeds.

Are you aware that mixing multi-threading and GUIs usually not works the
naive way? Read up on your toolkits documentation how to deal with
multi-threading.

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

Reply via email to