Hello Stian
>Your Python installation is probably compiled without readline support.
>It is the readline library that enables arrow keys and Ctrl-R and stuff
>to work.
>Try "import readline" - you will probably get an error.
You are indeed right. "import readline" generated an error.
I downloa
På 23. jan 2005 kl. 21:55 skrev Nils Emil P.Larsen:
I connect to my server using SSH and then run 'python' to enter the
shell. I can't use the arrow buttons (up, down, left and right).
Instead I get this ^[[A , ^[[B, ^[[C or ^[[D.
Your Python installation is probably compiled without readline su