tkinter socket client ?

Christos TZOTZIOY Georgiou tzot at sil-tec.gr
Fri Jan 21 04:02:52 EST 2005


On 20 Jan 2005 22:25:52 -0800, rumours say that "Tonino"
<tonino.greco at gmail.com> might have written:

[tkinter gui for a socket client, lots of data from the socket]

>NOW - HOW do I get the server's sent data to continuiosly print in the
>Text() widget ?

You need to use:

yourTextWidget.insert(Tkinter.END, data) # to insert the data
yourRootWindow.update_idletasks() # to update the GUI
-- 
TZOTZIOY, I speak England very best.
"Be strict when sending and tolerant when receiving." (from RFC1958)
I really should keep that in mind when talking with people, actually...



More information about the Python-list mailing list