Tkinter Query

Fredrik Lundh fredrik at pythonware.com
Fri Oct 11 03:55:03 EDT 2002


Newt wrote:

> It seems to work if I run it interactively from within Python. However, if I
> move it into a code modules (into a class) and start to use self.lbls
> insteaf of lbl then it doesn't work. Does anyone have any ideas as to what
> is going on?

staring at the traceback for a minute or two usually helps.  if
you're not sure about what might be causing the exception you
got, the following page might help:

    http://www.python.org/doc/current/lib/module-exceptions.html

if you still cannot figure it out, post the entire traceback, and if
possible also the code that causes it.

</F>





More information about the Python-list mailing list