Re: python command mis-interprets arrow keys

2008-04-29 Thread Rahul
"Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in news:67pq47F2plmb8U1 @mid.uni-berlin.de: > > The question is if python is build with readline support. Did the python > version work before, and somehow got messed up, or did you build it > yourself and it never actually worked? I suspect we upg

Re: python command mis-interprets arrow keys

2008-04-29 Thread Diez B. Roggisch
Rahul schrieb: "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: Is libreadline installed? Thanks for your help Diez. I did a locate and found: /usr/lib/libreadline.a /usr/lib/libreadline.so /usr/lib/libreadline.so.5 /usr/lib/libreadline.so.5.1 /usr/local/src/Python-2.

Re: python command mis-interprets arrow keys

2008-04-29 Thread Rahul
"Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > > Is libreadline installed? Thanks for your help Diez. I did a locate and found: /usr/lib/libreadline.a /usr/lib/libreadline.so /usr/lib/libreadline.so.5 /usr/lib/libreadline.so.5.1 /usr/local/src/Python-2.4.4/Doc/lib/li

Re: python command mis-interprets arrow keys

2008-04-29 Thread Diez B. Roggisch
Rahul schrieb: My python command line seems messed up. I can't seem to be able to use my backspace key nor my arrow keys. I only get control characters: ^[[A^[[D^[[D^[[D^[[C^[[C^[[C etc. I access my Linux box via a SecureCRT console. Only after opening the python interpreter does this occur