[IPython-user] pyreadline errors with 0.8.2.rc1
Fernando Perez
fperez.net@gmail....
Mon Nov 26 15:40:00 CST 2007
On Nov 26, 2007 1:53 PM, Jesus Aguillon <jesus@aguillon.com> wrote:
> Thanks for the reply,
>
> I am still getting the same errors:
Any chance you have *another* readline somewhere? Try opening a plain
python shell (i.e., NOT ipython), and type this:
Python 2.5.1 (r251:54863, May 2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import readline
>>> print readline.__file__
/usr/lib/python2.5/lib-dynload/readline.so
>>>
Show us what that says. It may be that for some reason something else
called 'readline' is being picked up and interfering ...
Cheers,
f
More information about the IPython-user
mailing list