Re: Newb Tkinter Question: Object has no attribute 'tk'
- From: "Simon Forman" <rogue_pedro@xxxxxxxxx>
- Date: 30 Jun 2006 16:26:39 -0700
python programming newb wrote:
Hi all, first post.
I'm new to python and tkinter. I'm trying to write a program that
opens the root window with a button that then opens a toplevel window
that then has it's own widgets. I can get the new toplevel window to
open but none of the widgets appear. The console gives me:
AttributeError: 'NewWindow' object has no attribute 'tk'
Here's my code:
Please post the entire traceback, not just the error message, thanks.
~Simon
.
- Prev by Date: Re: Regular Expression - old regex module vs. re module
- Next by Date: Re: handling unicode data
- Previous by thread: Re: Regular Expression - old regex module vs. re module
- Next by thread: Re: Newb Tkinter Question: Object has no attribute 'tk'
- Index(es):