Python 1.6 with readline on Linux

Michael Ströder michael at stroeder.com
Sun Sep 10 09:59:26 EDT 2000


HI!

I built and installed Python 1.6 with readline module on S.u.S.E.
Linux 7.0 (libreadline.so.4.1). The build seems ok but when I try to
import the module readline I get the following exception.

>>> import readline
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: /lib/libreadline.so.4: undefined symbol: BC

What is missing here?

Ciao, Michael.



More information about the Python-list mailing list