raw_input into Tkinter ?
Python.Arno
python at rgbaz.eu
Tue Jul 1 08:30:04 EDT 2008
On 30 jun 2008, at 18:55, jamitwidme at gmail.com wrote:
> Is there any way to type into a Tkinter frame window?
> I want to use raw_input() within a Tkinter frame.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
You could use the Tkinter.Entry option from dialog windows...
http://www.pythonware.com/library/tkinter/introduction/dialog-windows.htm
gr
Arno
More information about the Python-list
mailing list