Re: Shell Navigation

2006-03-02 Thread William Meyer
Simon Brunning brunningonline.net> writes: > Sounds like a readline problem. Your OS? How did you install Python? Yea, that was it. I just had to copy readline.so from another installation. Thanks for the quick reply -- http://mail.python.org/mailman/listinfo/python-list

Re: Shell Navigation

2006-03-02 Thread Simon Brunning
On 3/2/06, William Meyer <[EMAIL PROTECTED]> wrote: > I am having trouble with the python interactive shell. The arrow keys render > as > ^[[D, ^[[A, etc making line editing impossible. The arrow keys (and function > keys) work fine in bash, but in the python shell they are printed. Any ideas > wh

Shell Navigation

2006-03-02 Thread William Meyer
I am having trouble with the python interactive shell. The arrow keys render as ^[[D, ^[[A, etc making line editing impossible. The arrow keys (and function keys) work fine in bash, but in the python shell they are printed. Any ideas what is going on? -- http://mail.python.org/mailman/listinfo/py