PyQt5 for IDA 7.4 & python3

Storm Shadow

Administrator
Staff member
Developer
Ida Pro Expert
Elite Cracker
Cool thx.
Shouldent there be also the QT *.pyd files also QtCore.pyd and so on ?
the qt pyd files is the python bindings, or is changed in new version after 7.2
 
Last edited:

jinoweb

New member
Cool thx.
Shouldent there be also the QT *.pyd files also QtCore.pyd and so on ?
the qt pyd files is the python bindings, or is changed in new version after 7.2

PyQt5 was builded and installed as regular python package. You can find it in Lib\site-packages\PyQt5 subfolder. So python find it ok. You can move PyQt5 folder to IDADIR\python\3 with deleting old PyQt5 folder there
 
Top