need help with aligning GUI's in window

Splat splat_360 at telebot.com
Sun Mar 5 18:45:28 EST 2000


I am writing a FTP client in Python and I made a back button and I
cannot get it to align to the left. I would not be here except my ashole
of a friend would not tell me what the mistake is in.  Here is a piece
of the code....
'


#begining of buttons
the_buttons = Frame(width=300+0+0)
the_buttons.pack()
root.b = Button(the_buttons, text="Back", command=hello)
root.b.pack(side=LEFT)


the hello funtion just opens another program that I wrote.




Splat

splat_360 at telebot.com




More information about the Python-list mailing list