joxeankoret / diaphora

Diaphora, the most advanced Free and Open Source program diffing tool.
http://diaphora.re
GNU Affero General Public License v3.0
3.58k stars 371 forks source link

diaphora.py: DLL load failed #208

Closed Chrys4lisfag closed 3 years ago

Chrys4lisfag commented 3 years ago

C:\Users\Desktop\diaphora-master\diaphora.py: DLL load failed: module not found. Traceback (most recent call last): File "C:\Users\Desktop\IDA Pro 7.5 SP3\python\3\ida_idaapi.py", line 616, in IDAPython_ExecScript exec(code, g) File "C:/Users//Desktop/diaphora-master/diaphora.py", line 2150, in exec(compile(open(script, "rb").read(), script, 'exec')) File "C:/Users/koval//diaphora-master\diaphora_ida.py", line 48, in from PyQt5 import QtCore, QtGui, QtWidgets ImportError: DLL load failed: module not found.

Py 3.7 installed pyqt5 as well

joxeankoret commented 3 years ago

This sounds rather odd. Have you tried running idapyswitch? Also, please do not install IDA in directories with spaces, or you will see errors that doesn't make any sense.

Chrys4lisfag commented 3 years ago

idapyswitch helped. It so strange, cuz IDA was already saying it loaded py 3.7

joxeankoret commented 3 years ago

It happens sometimes, no idea why :shrug: