savio-code / fern-wifi-cracker

Automatically exported from code.google.com/p/fern-wifi-cracker
1.22k stars 369 forks source link

ImportError: cannot import name QtWebKit #123

Open eldipablo opened 6 years ago

eldipablo commented 6 years ago

Getting this when trying to run execute.py in Ubuntu 18.04:

Traceback (most recent call last): File "./execute.py", line 73, in from core import File "/opt/Fern-Wifi-Cracker/core/fern.py", line 15, in from wep import File "/opt/Fern-Wifi-Cracker/core/wep.py", line 2, in from core.tools import File "/opt/Fern-Wifi-Cracker/core/tools.py", line 6, in from gui.geotrack import File "/opt/Fern-Wifi-Cracker/gui/geotrack.py", line 211, in from PyQt4 import QtWebKit ImportError: cannot import name QtWebKit

I tried re-installing python-qt4, but it didn't help.

lejurassien commented 5 years ago

Sadly i have the saame problem, have you maybe found a solution ?? I hope so ....

thank you