Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remarkable aborts startup due to "Attribute Error" #392

Open
ghost opened this issue May 8, 2022 · 0 comments
Open

Remarkable aborts startup due to "Attribute Error" #392

ghost opened this issue May 8, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented May 8, 2022

remarkable
/usr/lib/python3/dist-packages/pdfkit/source.py:11: SyntaxWarning: "is" with a literal. Did you mean "=="?
if self.type is 'file':
*Spellchecking not enabled.
*To enable spellchecking install pygtkspellcheck
*https://pypi.python.org/pypi/pygtkspellcheck/
Traceback (most recent call last):
File "/usr/bin/remarkable", line 66, in
remarkable.main()
File "/usr/lib/python3/dist-packages/remarkable/init.py", line 49, in main
window = RemarkableWindow.RemarkableWindow()
File "/usr/lib/python3/dist-packages/remarkable_lib/Window.py", line 52, in new
builder = get_builder('RemarkableWindow')
File "/usr/lib/python3/dist-packages/remarkable_lib/helpers.py", line 48, in get_builder
builder.add_from_file(ui_filename)
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'


The error only occurs when using the .deb file which can be downloaded from your website. When clone the git repository it works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants