isf icon indicating copy to clipboard operation
isf copied to clipboard

ImportError: No module named pyreadline

Open young9471 opened this issue 6 years ago • 3 comments

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

young9471 avatar Nov 08 '17 07:11 young9471

please install gnureadline. the commond is pip install gnureadline

w3h avatar Nov 08 '17 10:11 w3h

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

then install gnureadline pip install gnureadline

w3h avatar Nov 08 '17 14:11 w3h

thank you

young9471 avatar Nov 09 '17 00:11 young9471