Re: raw_input into Tkinter ?



jamitwidme@xxxxxxxxx <jamitwidme@xxxxxxxxx>:

Is there any way to type into a Tkinter frame window?

Maybe using a proper text/line edit widget?

I want to use raw_input() within a Tkinter frame.

The builtin raw_input is for console input only. Of course, one could
implement a raw_input using a Tkinter dialog to query input, but its way
more easier and comfortable to just write a real GUI application.

--
Freedom is always the freedom of dissenters.
(Rosa Luxemburg)
.