raw_input into Tkinter ?

Sebastian "lunar" Wiesner basti.wiesner at gmx.net
Mon Jun 30 13:05:46 EDT 2008


jamitwidme at gmail.com <jamitwidme at gmail.com>:

> 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)



More information about the Python-list mailing list