Problems with grid() layout under tkinter

Thomas Jansson tjansson60 at gmail.com
Sat May 12 13:47:47 EDT 2007


I found the error - some of the widgets belonged to "master" and some
to "frame". So glad I found that Error - that took forever! :D

Kind regards
Thomas Jansson

On 11 Maj, 23:06, Thomas Jansson <tjansso... at gmail.com> wrote:
> Dear all
>
> I am trying to make a small wrapper program for textbased program and
> it is going well but I have one problem. Namely that I simply do not
> understand how this grid thing work. I have assigned every widget a
> specific placement in a grid but when I am running the program it
> looks very strange. I hope you can help me.
>
> A example of the programhttp://tjansson.dyndns.dk/apache2-default/strange-grid.jpg
> and the codehttp://tjansson.dyndns.dk/tjansson/gui.py
>
> Kind regards
> Thomas Jansson





More information about the Python-list mailing list