-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
i have two version installed on my box |
Also run into the same problem : No module named webkit ,when I install the w3af_gui |
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
|
@lacroutelacroute Thx a lot,I've resolved the problem last |
for those of you having the same problem but on OSX, I fixed it with macports: |
Solves the problem. |
Could you please substantiate on this... How do I Use an outdated deb and where can I get one please? Thanks. |
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? |
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
The text was updated successfully, but these errors were encountered: