Re: Tkinter, main loop question.

2006-11-23 Thread Bjoern Schliessmann
Exod wrote: > Don't know if its possible in this light-weight GUI toolset, but > can i somehow hook up into the mainloop in it, for example if i > were to create an internet application, i would need to keep > recieving data from within it? That's something where you could try the Twisted framewo

Re: Tkinter, main loop question.

2006-11-22 Thread Hendrik van Rooyen
"Exod" <[EMAIL PROTECTED]> wrote: > Don't know if its possible in this light-weight GUI toolset, but can i > somehow hook up into the mainloop in it, for example if i were to > create an internet application, i would need to keep recieving data > from within it? Its possible - use the call back

Tkinter, main loop question.

2006-11-22 Thread Exod
Don't know if its possible in this light-weight GUI toolset, but can i somehow hook up into the mainloop in it, for example if i were to create an internet application, i would need to keep recieving data from within it? -- http://mail.python.org/mailman/listinfo/python-list