When running sudo python CreepyMain.py
I get the following error:
Traceback (most recent call last): File "CreepyMain.py", line 20, in from PyQt4.QtWebKit import QWebPage, QWebSettings ImportError: No module named QtWebKit
I understand that since the version 16.10 of ubuntu the package PyQt4.QtWebKit
was eliminated, I need to give solcion to this problem.