I am working in python 2.6 (installed alongside Python2.4.3 required for CentOS) and I am having issues with the arrow keys and backspace etc.
I compiled from source and I imagine the solution is to recompile after installing readline-devel as outlined in:
Seeing escape characters when pressing the arrow keys in python shell
Question is, I have a lot of modules installed and am worried of things breaking. Is it normal to be able to just recompile without breaking existing modules.
Thanks