techbliss / Python_editor

Better CodeEditor for Ida Pro.
The Unlicense
226 stars 65 forks source link

"cannot import name QsciScintilla" on Windows 10 & IDA Pro 7.2 #12

Open AndreaNaspi opened 3 years ago

AndreaNaspi commented 3 years ago

Hi,

I'm trying to install this plugin on my Ida Pro 7.2.

I have successfully uploaded all files to "Program Files\IDA 7.2\python\" folder overwriting my PyQT5 folder. I also loaded the specific plugin in the folder "Program Files\IDA 7.2\plugins\" but when I go to run the plugin it gives me this error:

Traceback (most recent call last): File "C:\Program Files\IDA 7.2\python\ida_idaapi.py", line 572, in IDAPython_ExecScript execfile(script, g) File "C:/Program Files/IDA 7.2/plugins/Code editor/pyeditor.py", line 65, in <module> from PyQt5.Qsci import QsciScintilla, QsciLexerPython ImportError: cannot import name QsciScintilla

it looks like it can load the QtCore and QtGui modules but can't find the QsciScintilla module.

How can I solve this problem?

Thanks in advance.

techbliss commented 3 years ago

delete the QT ones from ida pro installation and replace with my files