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 webkit #15293

Open
lacroutelacroute opened this issue Mar 9, 2017 · 8 comments
Open

ImportError: No module named webkit #15293

lacroutelacroute opened this issue Mar 9, 2017 · 8 comments

Comments

@lacroutelacroute
Copy link

after new install from scratch on my kali laptop
I encounter an error when launching the GUI

/opt/w3afmaster/w3af$ sudo ./w3af_gui
[sudo] Mot de passe de fakessh : 
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 "/opt/w3afmaster/w3af/w3af/core/ui/gui/main.py", line 54, in
from w3af.core.ui.gui import scanrun, helpers, profiles, compare
File "/opt/w3afmaster/w3af/w3af/core/ui/gui/scanrun.py", line 27, in
import webkit
ImportError: No module named webkit

w3af is missing to kali depot
w3af_console work

@lacroutelacroute
Copy link
Author

i have two version installed on my box
master and develop
the result is the same error

@xperblueray
Copy link

Also run into the same problem : No module named webkit ,when I install the w3af_gui

@lacroutelacroute
Copy link
Author

lacroutelacroute commented Jun 5, 2017 via email

@xperblueray
Copy link

@lacroutelacroute Thx a lot,I've resolved the problem last

@crystalstorm
Copy link
Contributor

for those of you having the same problem but on OSX, I fixed it with macports:
sudo port install py27-webkitgtk

@0x01h
Copy link

0x01h commented Aug 29, 2018

sudo apt install python-webkit

Solves the problem.

@juliustravy
Copy link

From what I know python-webkit is no longer maintained for use w3af_gui Use an outdated deb distribution Le Mon, 05 Jun 2017 05:22:34 -0700, xperblueray [email protected] a écrit :

Also run into the same problem : No module named webkit ,when I install the w3af_gui

Could you please substantiate on this... How do I Use an outdated deb and where can I get one please? Thanks.

@jackbritchford
Copy link

Hi, no longer maintained on kali-rolling. Can't install it using a Debian dpkg because all of the dependencies are also no longer maintained on kali-rolling.

Any advice?

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

6 participants