Tkinter Label alignment problem using OS 10.6

AJ ajuffali at yahoo.com
Fri Jul 30 23:45:12 EDT 2010


On Jul 30, 5:07 pm, rantingrick <rantingr... at gmail.com> wrote:
> On Jul 30, 6:52 pm, AJ <ajuff... at yahoo.com> wrote:
>
> > Dear users,
>
> > I have written a sample program that ran correctly with earlier than
> > Mac OS 10.6. The answer field Label does not align correctly. I
> > downloaded the latest Python 2.7 release but still did not solve the
> > problem.  Look for line "L4.place(relx=0.32,rely=0.56, anchor=W)"
>
> DO YOURSELF A HUGE FAVOR AJ... Learn how to use the "pack" and "grid"
> geometry managers available in Tkinter before it's too late. Well,
> unless of course your a sadist. In that case just ignore my post
> completely. 8^O
>
> http://effbot.org/tkinterbook/tkinter-index.htm#introduction

I know the pack and grid. They do not allow me to position my widget
the way I want.
You have to go back to first grade and relearn the phrase “If you have
nothing nice to say do not say anything at all”.



More information about the Python-list mailing list