geometry problem with Tkinter

Jeff Epler jepler at unpythonic.net
Thu Nov 14 13:00:27 EST 2002


On Wed, Nov 13, 2002 at 04:11:32PM -0800, Russell E. Owen wrote:
> I've run into a problem displaying a fairly simple geometry;
[...]

I'd just like to add that if the "missing" thing is the use of "pack"
and "grid" within the same frame, this is a long-standing Tk bug that
the maintainers apparently don't care to fix.  This simple Tk script
will show the problem:
    entry .a; text .b; grid .b; pack .a; update

Jeff




More information about the Python-list mailing list