event loops and Python?

Fredrik Lundh effbot at telia.com
Sat Mar 11 16:19:16 EST 2000


Kragen Sitaker <kragen at dnaco.net> wrote:
> >just call mainloop(), and off you go.
>
> Looks like that calls a mainloop() method on a Tk toplevel.  This is
> bad if you're not running in X.

sorry, failed to parse that.  Tkinter uses X windows on Unix,
native toolkits on Mac and Windows.  the event loop works
in the same way on all platforms.  what's the problem here?

</F>





More information about the Python-list mailing list