bindbg icon indicating copy to clipboard operation
bindbg copied to clipboard

does this still works ?

Open torsina opened this issue 7 years ago • 0 comments

I've been trying to install this plugin for a few hours now and I'm stuck on this error after installing python-qt5:

Traceback (most recent call last):
  File "C:\Users\torsina\AppData\Roaming\Binary Ninja\plugins\bindbg\__init__.py", line 2, in <module>
    from binja_toolbar import add_image_button
  File "C:\Users\torsina\AppData\Roaming\Binary Ninja\plugins\bindbg\binja_toolbar\__init__.py", line 31, in <module>
    toolbar = BinjaButtonHolderWidget()
  File "C:\Users\torsina\AppData\Roaming\Binary Ninja\plugins\bindbg\binja_toolbar\widgets.py", line 38, in __init__
    self._tool_menu = [x for x in self._main_window.menuWidget().children() if x.__class__ is QtWidgets.QMenu and x.title() == u'&Tools'][0]
AttributeError: 'NoneType' object has no attribute 'children'
Python plugin 'bindbg' could not be loaded

python-qt5: 0.1.10 pywin32: 224 pykd: 0.3.4.3 binary ninja: 1.1.1470 personnal (a3b48b43) system's python: 3.6

torsina avatar Jan 28 '19 23:01 torsina