[Python-bugs-list] [ python-Bugs-441580 ] can't import readline in 2.1.1c1

noreply@sourceforge.net noreply@sourceforge.net
Mon, 16 Jul 2001 06:35:48 -0700


Bugs item #441580, was opened at 2001-07-15 21:05
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=441580&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Thomas Wouters (twouters)
Summary: can't import readline in 2.1.1c1

Initial Comment:
I get the following error for 2.1.1c1 built on SuSE 
Linux 7.1 , gcc 2.95.2 :

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

Needless to say, this makes the interactive session 
interesting as readline is not imported on startup. 
Temporary fix for me is to use readline.so from 2.0 - 
it seems to work fine in 2.1.1c1.

Chuck


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=441580&group_id=5470