On Tue, 1 Mar 2005 07:08:47 -0700
Stewart Midwinter <[EMAIL PROTECTED]> wrote:

Hi Stewart,

there's a typo in your drawGui() method:

>         for i in range(0,15):
>             print '%s: %i ' % (self.names[i], self.opts[i].get())
>             menuBar.addmenuitem('Options', 'checkbutton', self.names[i],
>                                  ^^^^^^^

I guess you meant 'Edit', at least you have defined an 'Edit' menu and no 
'Options' menu before.

Best regards

Michael


_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to