pyreadline은 readline의 python implementation이다 (아래 링크 인용)
http://pythonhosted.org/pyreadline/introduction.html#a-python-implementation-of-gnu-readline
(readline의 기능 및 example code)
https://ko.wikipedia.org/wiki/GNU_readline
예제 코드를 컴파일 하기전에 readline 라이브러리 설치 필요
sudo apt-get install libreadline-dev
https://stackoverflow.com/questions/23085076/readline-readline-h-file-not-found
'Language > python' 카테고리의 다른 글
[python, Elasticsearch] python elsticsearch-dsl library 코드 분석 (0) | 2018.04.06 |
---|---|
[python] pycharm interpreter console error (0) | 2018.04.06 |
[python] ImportError: No module named 'win32api' (1) | 2018.04.03 |
[python] Poweshell virtualenv activate error 해결방법 (0) | 2018.04.03 |
[python] pip install whl file (0) | 2018.04.03 |
WRITTEN BY
- hojongs
블로그 옮겼습니다 https://hojongs.github.io/