in the installed file, like File "/usr/lib/python3/dist-packages/remarkable_lib/Builder.py", line 92, in add_from_file ele_widgets = tree.getiterator("object") AttributeError: 'ElementTree' object has no attribute 'getiterator'
and
File "/usr/lib/python3/dist-packages/remarkable_lib/Builder.py", line 115, in add_from_file ele_signals = tree.getiterator("signal") AttributeError: 'ElementTree' object has no attribute 'getiterator'
there have a removed function tree.getiterator(), if doesn't change it to tree.iter(), the software may cannot start
in the installed file, like
File "/usr/lib/python3/dist-packages/remarkable_lib/Builder.py", line 92, in add_from_file ele_widgets = tree.getiterator("object") AttributeError: 'ElementTree' object has no attribute 'getiterator'
and
File "/usr/lib/python3/dist-packages/remarkable_lib/Builder.py", line 115, in add_from_file ele_signals = tree.getiterator("signal") AttributeError: 'ElementTree' object has no attribute 'getiterator'
there have a removed functiontree.getiterator()
, if doesn't change it totree.iter()
, the software may cannot start