raw_input into Tkinter ?

Sebastian "lunar" Wiesner basti.wiesner at gmx.net
Tue Jul 1 16:47:18 EDT 2008


Matimus <mccredie at gmail.com>:

> On Jun 30, 9:55 am, jamitwi... 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.
> 
> `raw_input(prompt)` just calls `sys.stdout.write(prompt)` and returns
> `sys.stdin.readline()`.
It does more like providing readline support, if readline is loaded.



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



More information about the Python-list mailing list