You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: