2011/7/13 Benji Benjokal <benjo...@gmail.com>:
> What is the simplist way to get the value you entered from the Entry widget
> in  Tkinter?
> Thanks Benji

> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
Hi,
you can use the get() method of that widget;
see e.g.
http://effbot.org/tkinterbook/entry.htm
for a sample code.
  hth,
   vbr
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to