jkakavas / creepy

A geolocation OSINT tool. Offers geolocation information gathering through social networking platforms.
http://www.geocreepy.com
GNU General Public License v3.0
410 stars 107 forks source link

No module named QtWebKit #62

Open ghost opened 6 years ago

ghost commented 6 years ago

I've installed everything on the official website, but it still does not open in ParrotSec 3.7

python CreepyMain.py

Traceback (most recent call last): File "CreepyMain.py", line 20, in from PyQt4.QtWebKit import QWebPage, QWebSettings ImportError: No module named QtWebKit

rashgul commented 6 years ago

Just got the same issue on my VM Ubuntu 18.04 LTS. Any kind of solution to this? It shows that I got the package already installed:

import PyQt4 print PyQt4.path ['/usr/lib/python2.7/dist-packages/PyQt4']

Thank you