Traceback (most recent call last):
File "/home/$USER/idapro-8.0/python/3/ida_idaapi.py", line 580, in IDAPython_ExecScript
exec(code, g)
File "/home/$USER/.idapro/plugins/tenet_plugin.py", line 1, in <module>
from tenet.util.log import logging_started, start_logging
File "/home/$USER/.idapro/plugins/tenet/util/log.py", line 6, in <module>
from ..integration.api import disassembler
File "/home/$USER/.idapro/plugins/tenet/integration/api/__init__.py", line 19, in <module>
disassembler = IDACoreAPI()
File "/home/$USER/.idapro/plugins/tenet/integration/api/ida_api.py", line 74, in __init__
super(IDACoreAPI, self).__init__()
File "/home/$USER/.idapro/plugins/tenet/integration/api/api.py", line 47, in __init__
self._waitbox = WaitBox("Please wait...")
File "/home/$USER/.idapro/plugins/tenet/util/qt/waitbox.py", line 27, in __init__
self._ui_init()
File "/home/$USER/.idapro/plugins/tenet/util/qt/waitbox.py", line 71, in _ui_init
self._ui_layout()
File "/home/$USER/.idapro/plugins/tenet/util/qt/waitbox.py", line 89, in _ui_layout
v_layout.setSpacing(self._dpi_scale*3)
TypeError: setSpacing(self, int): argument 1 has unexpected type 'float'
Some minor fixes for Qt where it now requires floats to be truncated for some of its parameters.
That's for this exception: