Can confirm ronjouch's problem. I get the same error messages.
Search Criteria
Package Details: remarkable 1.95-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/remarkable.git (read-only, click to copy) |
---|---|
Package Base: | remarkable |
Description: | A free fully featured markdown editor for Linux. |
Upstream URL: | http://remarkableapp.github.io |
Keywords: | editor markdown remarkable |
Licenses: | MIT |
Submitter: | visit |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 97 |
Popularity: | 0.000000 |
First Submitted: | 2014-08-15 01:38 (UTC) |
Last Updated: | 2024-11-23 20:48 (UTC) |
Dependencies (8)
Required by (0)
Sources (2)
Chrissss commented on 2014-09-24 13:11 (UTC)
ronjouch commented on 2014-09-23 15:02 (UTC)
Just installed via pacaur. Installation went fine, but the app crashes with the following traceback:
(remarkable:2973): Gtk-WARNING **: No object called:
Traceback (most recent call last):
File "/usr/bin/remarkable", line 66, in <module>
remarkable.main()
File "/usr/lib/python3.4/site-packages/remarkable/__init__.py", line 48, in main
window = RemarkableWindow.RemarkableWindow()
File "/usr/lib/python3.4/site-packages/remarkable_lib/Window.py", line 54, in __new__
new_object.finish_initializing(builder)
File "/usr/lib/python3.4/site-packages/remarkable/RemarkableWindow.py", line 133, in finish_initializing
self.update_live_preview(self)
File "/usr/lib/python3.4/site-packages/remarkable/RemarkableWindow.py", line 1066, in update_live_preview
html_middle = markdown.markdown(text, ['extra', 'nl2br', 'urlize', 'Highlighting', 'Strikethrough', 'markdown_checklist', 'superscript', 'subscript'])
File "/usr/lib/python3.4/site-packages/markdown/__init__.py", line 460, in markdown
md = Markdown(*args, **kwargs)
File "/usr/lib/python3.4/site-packages/markdown/__init__.py", line 154, in __init__
configs=kwargs.get('extension_configs', {}))
File "/usr/lib/python3.4/site-packages/markdown/__init__.py", line 180, in registerExtensions
ext = self.build_extension(ext, configs.get(ext, {}))
File "/usr/lib/python3.4/site-packages/markdown/__init__.py", line 261, in build_extension
return module.makeExtension(**configs)
File "/usr/lib/python3.4/site-packages/markdown/extensions/urlize.py", line 79, in makeExtension
return UrlizeExtension(configs=configs)
File "/usr/lib/python3.4/site-packages/markdown/extensions/__init__.py", line 36, in __init__
self.setConfigs(kwargs.pop('configs', {}))
File "/usr/lib/python3.4/site-packages/markdown/extensions/__init__.py", line 75, in setConfigs
for key, value in items:
TypeError: 'NoneType' object is not iterable
visit commented on 2014-09-16 20:19 (UTC)
@LurkingGrue fixed
<deleted-account> commented on 2014-09-15 17:39 (UTC)
I'm getting a md5sum fail on the remarkable_0.965_all.deb file.
kuminamoya commented on 2014-08-27 06:38 (UTC)
Yes, it works now after installing webkitgtk.
visit commented on 2014-08-26 19:55 (UTC)
@mst nice. Updated the dependency list.
@kuminamoya so the namespace issue is solved?
@connaisseur can you verify that?
<deleted-account> commented on 2014-08-26 08:11 (UTC)
@visit yes, it works now. Thanks.
kuminamoya commented on 2014-08-26 07:26 (UTC)
While this was not my error, installing webkitgtk fixed my problem as well - so thanks for the pointer :)
visit commented on 2014-08-26 06:39 (UTC)
@mst: does it work when you install webkitgtk?
<deleted-account> commented on 2014-08-25 12:49 (UTC)
ERROR:root:Could not find any typelib for WebKit
Traceback (most recent call last):
File "/usr/bin/remarkable", line 65, in <module>
import remarkable
File "/usr/lib/python3.4/site-packages/remarkable/__init__.py", line 29, in <module>
from remarkable import RemarkableWindow
File "/usr/lib/python3.4/site-packages/remarkable/RemarkableWindow.py", line 28, in <module>
from gi.repository import WebKit
ImportError: cannot import name 'WebKit'
Pinned Comments