Here is another thread that talks about the joys of getting the grid manager
to play nice.
http://mail.python.org/pipermail/python-list/2002-July/155857.html Using The
Grid Manager
Bandung wrote:
>
> The following code snippet shows what I use in order to place a frame at
> the top rather t
The following code snippet shows what I use in order to place a frame at the
top rather than the centre of my screen.
--Frame ---
self.frame1=Frame(Parent)
# self.frame1.configure(width= 235,height= 150)
self.frame1.grid(row=0,column=0, sticky=W)