On 20 Jan 2005 22:25:52 -0800, rumours say that "Tonino" <[EMAIL PROTECTED]> 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... -- http://mail.python.org/mailman/listinfo/python-list