Python, threading

Diez B. Roggisch deets at nospam.web.de
Thu Dec 11 09:38:01 EST 2008


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



More information about the Python-list mailing list