What's the difference? (I see now.
SeeBelow at SeeBelow.Nut
SeeBelow at SeeBelow.Nut
Mon May 10 13:34:39 EDT 2004
SeeBelow at SeeBelow.Nut wrote:
>
> between this:
>
> name = "C"
>
> and this:
>
> name = StringVar()
> name.set("C")
Now I realize that StringVar is a Tkinter class. You have to import
from Tkinter, and you have to execute Tk() before you can execute
StringVar().
There is more difference than similarity between my two fragments above.
Mitchell Timin
--
"Many are stubborn in pursuit of the path they have chosen, few in
pursuit of the goal." - Friedrich Nietzsche
http://annevolve.sourceforge.net is what I'm into nowadays.
Humans may write to me at this address: zenguy at shaw dot ca
More information about the Python-list
mailing list