QtWebkit error Fix

Issue #17 new
J created an issue

If folks get this following error

Traceback (most recent call last): File "/opt/rawr/rawr.py", line 28, in <module> from lib.functions import * File "/opt/rawr/lib/functions.py", line 31, in <module> from lib.ghost import Ghost File "/opt/rawr/lib/ghost/init.py", line 2, in <module> from .ghost import ( File "/opt/rawr/lib/ghost/ghost.py", line 16, in <module> from .bindings import ( File "/opt/rawr/lib/ghost/bindings.py", line 74, in <module> QtWebKit = _import('QtWebKit') File "/opt/rawr/lib/ghost/bindings.py", line 41, in _import module = import(name) ImportError: No module named QtWebKit

[+] Installation Finished!

Run this

apt-get install python-pyside.qtwebkit

Comments (2)

  1. Log in to comment