Newbie Question RE Entry

Matthew Dixon Cowles matt at mondoinfo.com
Tue Aug 15 19:35:48 EDT 2000


On Tue, 15 Aug 2000 17:04:06 EDT, OneDay at A.Time <OneDay at A.Time> wrote:
>Hi All,
>
>        If you can display text in an Entry Box with:
>
>        e=StringVar()
>        Entry(root, width=40, textvariable=e).pack()
>        e.set("text in Entry Box")
>
>        How do I accept the users input text, and save it in a
>variable to be used later?

e.get()

Regards,
Matt



More information about the Python-list mailing list