In Tkinter - having an input and an entry

Fredrik Lundh fredrik at pythonware.com
Sat Apr 5 07:55:35 EDT 2008


markfernandes02 at googlemail.com wrote:

> Traceback (most recent call last):
>   File "F:\Programming\python and database\access_db8.2.py", line 129,
> in ?
>     Tkwindow()
>   File "F:\Programming\python and database\access_db8.2.py", line 88,
> in Tkwindow
>     title = stringVar()
> NameError: global name 'stringVar' is not defined

 >>> "StringVar" == "stringVar"
False

</F>




More information about the Python-list mailing list