vaguileradiaz / tinfoleak

The most complete open-source tool for Twitter intelligence analysis
Creative Commons Attribution Share Alike 4.0 International
1.93k stars 269 forks source link

Run error #24

Open respectprotocols opened 4 years ago

respectprotocols commented 4 years ago

I installed tinfoleak and installed all the requirements that are mentioned in the description. When i came to run the tool, it showed me this error. Please help me try to fix it, I've also tried installing pyqt4 but in return i just got more errors

Traceback (most recent call last): File "tinfoleak.py", line 65, in from PyQt4 import QtGui, QtCore ImportError: No module named PyQt4

dodiazlopez commented 4 years ago

You may try: 1) Install PyQt4: sudo apt-get install python-qt4 2) Run TinfoLeak through python2: python2 tinfoleak.py