pyreadline: default editable input; please, help.

Tim Roberts timr at probo.com
Sun Jun 13 23:54:07 EDT 2010


rbenit68 <rbenit68 at gmail.com> 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 system interfaces are quite different.
raw_input in the Windows implementation bypasses any readline hooks. You'll
have to use a different method.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list