When starting ricodebug with python2.7 I get the error
ImportError: No module named 'QtWebKit'
I tried to install PyQt4 WebKit, but can't find an WebKit package for PyQt4. Webkit is already installed.
EDIT:
With python3 I get the error
ImportError: No module named 'PyQt4.QtWebKit'