how to move cursor in Interactive Interpreter

Peter Otten __peter__ at web.de
Tue Aug 14 09:20:46 EDT 2007


 yan.python at gmail.com wrote:

> what am i supposed to do to install the module GNU readline correctly
> then?

> by the way,my linux is Mandriva 10

Use the package manager of your distribution to install the readline
development package -- after some struggle with Mandriva's website I came
to suppose that it's libreadline5-devel for you:

urpmi libreadline5-devel.rpm

After you have successfully installed that package unpack the python archive
into a fresh directory and do the configure/make/install dance. No manual
changes should be necessary.

Peter




More information about the Python-list mailing list