[Tutor] Tkinter problems

alan.gauld@bt.com alan.gauld@bt.com
Sun, 7 Apr 2002 23:17:22 +0100


> class App:
> 
> root = Tk()

creates the window

> 
> app = App

but you missed the parens so did not create an instance of App!

Alan G