On Jul 4, 3:44 am, Chris Angelico <ros...@gmail.com> wrote: > I don't know Tkinter, but from the look of the example code, he's > creating a Label that's not attached to a window, and then packing it > into nothing. The toolkit kindly creates him a window. Is that the > "root GUI window" that he means? A basic top-level window?
Yes. But to be specific the "root" is an instance of Tkinter.Tk which is a toplevel that has a TCL interpreter attached. -- http://mail.python.org/mailman/listinfo/python-list