Support for IDA 6.95

Issue #24 resolved
Former user created an issue

When loading IDAscope i got

/home/mak/tools/simplifire.idascope/IDAscope.py: No module named sip
Traceback (most recent call last):
  File "/home/mak/tools/ida/ida-6.95/python/ida_idaapi.py", line 509, in IDAPython_ExecScript
    execfile(script, g)
  File "/home/mak/tools/simplifire.idascope/IDAscope.py", line 28, in <module>
    QtGui = QtShim.get_QtGui()
  File "/home/mak/tools/simplifire.idascope/idascope/core/helpers/QtShim.py", line 22, in get_QtGui
    import PyQt5.QtGui as QtGui
ImportError: No module named sip

I'm assuming its because they moved away from pysides?

Comments (2)

  1. Daniel Plohmann repo owner

    should have been fixed in the meantime to support all versions of IDA with regard to GUI. Still needs verification for functionality on IDA 7.0+

  2. Log in to comment