Creepy error from PyQt4.QtWebKit import QWebPage, QWebSettings ImportError: No module named QtWebKit

0

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.

    
asked by ARG RG 09.12.2018 в 04:01
source

0 answers