emerald icon indicating copy to clipboard operation
emerald copied to clipboard

ImportError: cannot import name OptionsService

Open ghyath5 opened this issue 1 year ago • 2 comments

emerald.py> Running... Traceback (most recent call last): File "/path/to/ghidra_scripts/emerald.py", line 20, in from ghidra.framework.plugintool.util import OptionsService ImportError: cannot import name OptionsService

ghyath5 avatar Dec 17 '24 11:12 ghyath5

i was able to circumvent this by removing the import

jaoh avatar Jan 31 '25 17:01 jaoh

Hi ! You can update the import with :

from docking.options import OptionsService

It works.

hexwreaker avatar Mar 01 '25 14:03 hexwreaker