Re: pyreadline: default editable input; please, help.

2010-06-13 Thread Tim Roberts
rbenit68 wrote: > >I would like to run this minimal example: I get the prompt >(Question?), but not the 'default editable signal'. Please ¿any hints? >(Windows XP-SP3, Python 2.6, pyreadline 1.5) PyReadline on Windows is not identical to readline on Linux, in part because the low-level operating

pyreadline: default editable input; please, help.

2010-06-12 Thread rbenit68
I would like to run this minimal example: I get the prompt (Question?), but not the 'default editable signal'. Please ¿any hints? (Windows XP-SP3, Python 2.6, pyreadline 1.5) import readline def input_default(prompt, default): def startup_hook(): readline.insert_text(default) readline