Python 2.7.11 - ImportError: cannot import name QtWebKit - Kali Linux / Debian 8
问题 I'm trying to launch an app dependant on QtWebKit but i'm unable to import the module. I've tried debugging by launching python and importing other modules. They all work fine (e.g. from PyQt4 import QtGui, QtCore) works without any issues, but when i run from PyQt4 import QtGui, QtCore, QtWebKit I receive the following: Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name QtWebKit I have also tried the following to no avail (they install fine