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 with AttributeError exception at launch #389

Open
polemon opened this issue Feb 9, 2022 · 0 comments
Open

Remarkable aborts with AttributeError exception at launch #389

polemon opened this issue Feb 9, 2022 · 0 comments

Comments

@polemon
Copy link

polemon commented Feb 9, 2022

After checking out the Git, I tried running the run.sh inside the directory:

 %> ./run.sh 
*Spellchecking not enabled.
*To enable spellchecking install pygtkspellcheck
*https://pypi.python.org/pypi/pygtkspellcheck/
Traceback (most recent call last):
  File "/home/bereziak/make/Remarkable/remarkable/RemarkableWindow.py", line 1633, in update_live_preview
    html_middle = markdown.markdown(text, self.default_extensions)
AttributeError: module 'markdown' has no attribute 'markdown'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/bereziak/make/Remarkable/remarkable/RemarkableWindow.py", line 1636, in update_live_preview
    html_middle = markdown.markdown(text, extensions =self.safe_extensions)
AttributeError: module 'markdown' has no attribute 'markdown'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/bereziak/make/Remarkable/bin/remarkable", line 66, in <module>
    remarkable.main()
  File "/home/bereziak/make/Remarkable/remarkable/__init__.py", line 49, in main
    window = RemarkableWindow.RemarkableWindow()
  File "/home/bereziak/make/Remarkable/remarkable_lib/Window.py", line 54, in __new__
    new_object.finish_initializing(builder)
  File "/home/bereziak/make/Remarkable/remarkable/RemarkableWindow.py", line 139, in finish_initializing
    self.update_live_preview(self)
  File "/home/bereziak/make/Remarkable/remarkable/RemarkableWindow.py", line 1638, in update_live_preview
    html_middle = markdown.markdown(text)
AttributeError: module 'markdown' has no attribute 'markdown'
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