Matimus <[EMAIL PROTECTED]>:

> On Jun 30, 9:55 am, [EMAIL PROTECTED] 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)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to