savio-code / ghost-phisher

Automatically exported from code.google.com/p/ghost-phisher
307 stars 114 forks source link

Should switch to Python 3 and PyQt5 or Pyside2 #52

Open rhertzog opened 4 years ago

rhertzog commented 4 years ago

Python 2.x will no longer be supported by their upstream developers in 2020. Thus Debian developers are actively removing Python 2 support in Debian Testing with the goal of getting rid of Python 2 in Debian 11 (bullseye).

This is affecting Kali and ghost-phisher is part of Kali. That's why we would like to see a version of ghost-phisher ported to Python 3.

Qt4 has also been obsoleted a while ago, so the application also needs to be updated for Qt5, using either PyQt5 or Pyside2.

Tracking bug in Kali: https://gitlab.com/kalilinux/packages/ghost-phisher/issues/1

Spartan-767 commented 4 years ago

A few other tools by this developer such as fern and hexor are also no longer supported due to pyqt4 being replaced. Most full updates will automatically remove all of them now as well as pyqt4. I hope that someone will be able to help update the many projects using pyqt4 so they are still around for future updates.

hellothere9898 commented 4 years ago

Did they update it to PyQt5??

algreen702021 commented 2 years ago

ModuleNotFoundError: No module named 'PyQt4' any way to resolve issue?