strange Tkinter problem

tjiit tjiit at yahoo.com
Wed Dec 26 06:37:37 EST 2001


On Wed, 26 Dec 2001 08:38:09 +0100, Luke wrote:

> This is behavior common to pretty much all GUI's.  Your callback
> function triggered by a button click should run in a new thread, or
> spawn a new thread in which the networking code runs.  
Does this mean that the GUI should do this or me?


>Check out the
> threading and thread modules.
>



More information about the Python-list mailing list