Open ProDevCC opened 7 years ago
How do I solve the problem?
sudo apt install python-webkit
Solves the problem.
root@kali:~/w3af# ./w3af_gui
Traceback (most recent call last):
File "./w3af_gui", line 110, in
Reading state information... Done
E: Unable to locate package python-webkit
root@kali:~/w3af#
Not able to get webkit on macOS either..
root@MinePM:~/w3af# ./w3af_gui Traceback (most recent call last): File "./w3af_gui", line 110, in
_main()
File "./w3af_gui", line 106, in _main
sys.exit(main())
File "./w3af_gui", line 100, in main
from w3af.core.ui.gui.main import main as gui_main
File "/root/w3af/w3af/core/ui/gui/main.py", line 54, in
from w3af.core.ui.gui import scanrun, helpers, profiles, compare
File "/root/w3af/w3af/core/ui/gui/scanrun.py", line 27, in
import webkit
ImportError: No module named webkit