Python_editor icon indicating copy to clipboard operation
Python_editor copied to clipboard

error?

Open ver007 opened this issue 1 year ago • 0 comments

Z:\Users\os\IDAPro7.5\plugins\Python_editor.py: qRegisterResourceData(int, bytes, bytes, bytes): argument 2 has unexpected type 'str' Traceback (most recent call last): File "Z:\Users\os\IDAPro7.5\python\3\ida_idaapi.py", line 616, in IDAPython_ExecScript exec(code, g) File "Z:/Users/os/IDAPro7.5/plugins/Python_editor.py", line 11, in import ico File "Z:\Users\os\IDAPro7.5\plugins\Code editor\icons\ico.py", line 1867, in qInitResources() File "Z:\Users\os\IDAPro7.5\plugins\Code editor\icons\ico.py", line 1862, in qInitResources QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) TypeError: qRegisterResourceData(int, bytes, bytes, bytes): argument 2 has unexpected type 'str'

ver007 avatar Aug 24 '23 14:08 ver007