when i run:
from Tkinter import *
root = Tk()
Entry(root,text = 'input your text here',width = 100,height=20).pack()
root.mainloop()

tkinter.TclError: unknown option "-height"

can i have a higher entry?
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to