Resolving Readline Errors When Running iPython

Python
2011-12-29 12:04 (13 years ago) ytyng

When I switched to MacOS Lion and was setting up my environment, I encountered the following error when running iPython:

(省略)/python2.7/site-packages/IPython/utils/rlineimpl.py:96: RuntimeWarning: Leopard libedit detected - readline will not be well behaved including some crashes on tab completion, and incorrect history navigation. It is highly recommended that you install readline, which is easy_installable with: 'easy_install readline'
  RuntimeWarning

This error disappeared after running the command:

$ easy_install-2.7 -a readline
Currently unrated

Comments

Archive

2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011