readline, python 2.1 and LFS

Uwe Hoffmann nospam at nospam.de
Sun Jun 24 05:40:15 EDT 2001


Timothy Grant wrote:
> 
> ....
> then recompiled Python. This time it built readline support.
> 
> However, when I try and import readline, I get the following
> error.
> 
> ImportError: /usr/local/lib/python2.1/lib-dynload/readline.so:
> undefined symbol: tputs
> 

I think you need to link the readline module with either ncurses 
or termcap

regards
	uwe



More information about the Python-list mailing list