Re: Tkinter and asyncronous socket

2008-11-26 Thread maxlosblob
On 26 Nov, 13:42, Steve Holden <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hi all, I'm new to python and I've been spending the last week on GUI > > that refresh its content based on data periodically coming from a > > remote socket. > > I succeded in doing it (thanks newsgroups and o

Tkinter and asyncronous socket

2008-11-26 Thread maxlosblob
Hi all, I'm new to python and I've been spending the last week on GUI that refresh its content based on data periodically coming from a remote socket. I succeded in doing it (thanks newsgroups and online manual!) using the Tkinter.after method to implement a busy wait on the socket (which I had pre