On Thu, Jan 17, 2013 at 11:59:00AM +0100, Michael Lange wrote:

apparently globalsetvar() tries its best to convert anything it gets into
a string.

Since strings are the only thing a tcl variable can hold,
it doesn't have much choice, really.

If you want to store an arbitrary Python value without it
getting munged, a tcl variable is probably the wrong thing
to use.

--
Greg
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to