Skip to content

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

@AndreaNaspi

Description

@AndreaNaspi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions