On Mar 4, 12:09 pm, "W. eWatson" <notval...@sbcglobal.net> wrote: > Here's what I think the author meant in discussing a control variable sample > program. <http://effbot.org/tkinterbook/entry.htm> > > from Tkinter import * > > v=Tk.StringVar() [snip]
If you do a "from Tkinter import *" then here is the proper line... v = StringVar() -- http://mail.python.org/mailman/listinfo/python-list