[Tkinter-discuss] My (small) program crashes on windows and linux. Why?

Amanjit Gill amanjit.gill at gmx.de
Tue Feb 14 13:58:19 CET 2006


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



More information about the Tkinter-discuss mailing list