Readline module?

Aahz Maruch aahz at netcom.com
Mon Jul 31 13:37:56 EDT 2000


In article <8m3t1n$p0h$1 at nnrp1.deja.com>,  <dogboy777 at my-deja.com> wrote:
>
>I'd like to use the readline module in a python script running on Linux.
> Our sys admin just updated our version of Python to 1.5.2, but the
>readline module isn't there.  What's particularly wierd is that
>rlcomplete _is_ there:

The problem is that readline isn't a "module" in the sense of being a
Python script.  It's an executable extension and needs to be compiled.
Have your sysadmin look in the documentation on building Python with
readline enabled.
--
                      --- Aahz (Copyright 2000 by aahz at pobox.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

NOTE: end of September, Earthlink kills Netcom.  My new permanent address is 
aahz at pobox.com.  I have not decided where to set my primary shell account.
Please do not send me e-mail condolences; my mailbox is already too big.



More information about the Python-list mailing list