[Tutor] Configuration File, Tkinter, IntVars--Manufacturing Variables

Alan Gauld alan.gauld at btinternet.com
Wed Mar 4 09:01:27 CET 2009


"Wayne Watson" <sierra_mtnview at sbcglobal.net> wrote 
> There's another way?

Sure, just create normal Entry widgets and capture 
the input string and convert/assign it as you would a 
string captured from raw_input() in a console. 
No magic required.

Its slightly more code but I find the auto assignment 
of values to variables catches me out sometimes so 
I prefer to keep it explicit.

Alan G.



More information about the Tutor mailing list