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

Error running Remarkable on Debian 11 #386

Open
dahkraf opened this issue Oct 9, 2021 · 0 comments
Open

Error running Remarkable on Debian 11 #386

dahkraf opened this issue Oct 9, 2021 · 0 comments

Comments

@dahkraf
Copy link

dahkraf commented Oct 9, 2021

Having installed Remarkable and its dependencies through .deb files, I ran it, but received the an AttributeError error. The following is the full error message:

/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 <module> 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'

Any ideas as to what could be the cause, and if so what to do about it?

Repository owner deleted a comment from hyperclock Nov 10, 2021
Repository owner deleted a comment from hyperclock Nov 10, 2021
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

1 participant