Skip to content

Failed to import python plugin: official/Vector35_debugger: cannot import name 'Structure #138

@EmbeddedBacon

Description

@EmbeddedBacon

Today updated BinaryNinja Personal 2.4.2974-dev, the Vector35 Debugger wasn't loading with the following message

Failed to import python plugin: official/Vector35_debugger: cannot import name 'Structure' from 'binaryninja' (C:\MyFiles\Apps\BinaryNinja\plugins..\python\binaryninja_init_.py)
Failed to load plugin: Vector35_debugger

Seems to be failing during the import phase found here during the except clause which was changed about 15 hours ago according to git blame

try:
	from binaryninja import Architecture, BinaryView, Symbol, SymbolType, Type, StructureBuilder, StructureType, FunctionGraphType, LowLevelILOperation, MediumLevelILOperation, core_ui_enabled, get_text_line_input, get_choice_input
	post3 = True
except:
	from binaryninja import Architecture, BinaryView, Symbol, SymbolType, Type, Structure, StructureType, FunctionGraphType, LowLevelILOperation, MediumLevelILOperation, core_ui_enabled, get_text_line_input, get_choice_input
	post3 = False

I am not sure if I need to install something else prior to installing this plugin or not. This is Debugger v1.3.3 according to the "Manage Plugins" panel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions