Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named pyreadline #1

Open
young9471 opened this issue Nov 8, 2017 · 3 comments
Open

ImportError: No module named pyreadline #1

young9471 opened this issue Nov 8, 2017 · 3 comments

Comments

@young9471
Copy link

Hi Bro, I have some trouble in installing isf,can you help me? I install it on ubuntu 14.04 and there are something wrong with it .My problem is just as follow :
young@ubuntu:~/ISF/isf$ python isf.py
Traceback (most recent call last):
File "isf.py", line 9, in
from core.fuzzbunch import Fuzzbunch
File "/home/young/ISF/isf/core/fuzzbunch.py", line 11, in
from command import FbCmd
File "/home/young/ISF/isf/core/command.py", line 22, in
import pyreadline as readline
ImportError: No module named pyreadline

@w3h
Copy link
Owner

w3h commented Nov 8, 2017

please install gnureadline. the commond is pip install gnureadline

@w3h
Copy link
Owner

w3h commented Nov 8, 2017

the pip version of default ubuntu is lower. you need update pip.
sudo easy_install pip

then install gnureadline
pip install gnureadline

@young9471
Copy link
Author

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants