Tkinter Label alignment problem using OS 10.6

rantingrick rantingrick at gmail.com
Fri Jul 30 20:07:24 EDT 2010


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



More information about the Python-list mailing list