Re: array of Tkinter variables?

2005-11-01 Thread Larry Bates
Jo Schambach wrote: > I want to build an array of entry widgets in python with Tkinter that > all have similar textvariables. I was hoping that I could use an array > of StringVar variables to attach to these widgets, so that I can loop > through the widget creation. But my simple minded approach

array of Tkinter variables?

2005-11-01 Thread Jo Schambach
I want to build an array of entry widgets in python with Tkinter that all have similar textvariables. I was hoping that I could use an array of StringVar variables to attach to these widgets, so that I can loop through the widget creation. But my simple minded approach failed: for i in ran