Functions+

m4n0w4r

New member
It built on QT5 and works with IDA 6.9.
I tried to replace to :
try:​
from PyQt4 import QtGui, QtGui as QtWidgets, QtCore​
from PyQt4.QtCore import Qt​
from PyQt4.QtGui import *​
except ImportError:​
from PyQt5 import QtWidgets, QtGui​


But cannot works ... Can anyone convert it for IDA 6.8 :).

Regards,
 
Last edited:

sugat

New member
Yeah delete pyside, no one is using that for years
Please, help me Master
34107599C.png


I deleted pyside from ida folder
I readed https://www.techbliss.org/threads/p...-total-package-installer-by-storm-shadow.768/
 
Last edited:
Top