Chris Niekel wrote:

>            for d in self.distances:
>                e = Tkinter.Entry(frame,width='8')
>                e.grid(row=rowcount, column=d)
>
>  
>
I think the values for the column param are too high. Tkinter cannot 
handle them. You do this twice in your code. they are supposed to work 
as "weights". if you just use an numeric according to the index of the 
current entry in self.distances it works...

cheers
bye

_______________________________________________
Tkinter-discuss mailing list
[email protected]
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to