geometry problem with Tkinter

Jeff Epler jepler at unpythonic.net
Wed Nov 13 19:57:43 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;
> it displays, but goes into an infinite loop trying to grid everything
> (on my display the scroll bar shimmies back and forth a bit and the CPU 
> usage is high). Dragging the window to a new size stops it.

No lockup here.
Python 2.3a0 (#1, Jul 13 2002, 09:27:09) 
>>> root.tk.call("package", "require", "Tk")
'8.3'

Jeff




More information about the Python-list mailing list