I get the following after installing it. Tried it with python 2 and 3, same result:
Traceback (most recent call last):
File "/usr/bin/remarkable", line 65, in <module>
import remarkable
ImportError: No module named 'remarkable'
Search Criteria
Package Details: remarkable 1.95-3
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: | 2025-01-17 18:15 (UTC) |
Dependencies (9)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
marco.vermeulen commented on 2016-08-25 15:18 (UTC)
qwelnor commented on 2016-08-24 12:33 (UTC)
gtksourceview3 is missing in dependency list.
wesleyotugo commented on 2016-08-20 10:54 (UTC)
Just extract the data archive in src/ folder
aphirst commented on 2016-07-14 21:32 (UTC)
1.75 is out now. https://github.com/jamiemcg/Remarkable/commits/master
Se7enTime commented on 2016-02-19 18:12 (UTC)
failed to download http://remarkableapp.github.io/files/remarkable_1.62_all.deb
nmaggioni commented on 2016-02-04 15:46 (UTC) (edited on 2016-02-04 15:46 (UTC) by nmaggioni)
This is maybe the only markdown editor that displays nicely in HiDPI resolutions.
visit commented on 2015-12-08 23:00 (UTC)
@nahoskins, do you have webkitgtk installed? It should contain your missing libraries. It is already declared as a dependency for this package.
nahoskins commented on 2015-12-06 05:57 (UTC)
sys:1: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
sys:1: PyGIWarning: WebKit was imported without specifying a version first. Use gi.require_version('WebKit', '3.0') before import to ensure that the right version gets loaded.
** (remarkable:17311): WARNING **: Failed to load shared library 'libwebkitgtk-3.0.so.0' referenced by the typelib: libicui18n.so.56: cannot open shared object file: No such file or directory
** (remarkable:17311): WARNING **: Failed to load shared library 'libjavascriptcoregtk-3.0.so.0' referenced by the typelib: libicui18n.so.56: cannot open shared object file: No such file or directory
/usr/lib/python3.5/site-packages/remarkable/RemarkableWindow.py:118: Warning: cannot retrieve class for invalid (unclassed) type 'void'
self.live_preview = WebKit.WebView()
Traceback (most recent call last):
File "/usr/bin/remarkable", line 66, in <module>
remarkable.main()
File "/usr/lib/python3.5/site-packages/remarkable/__init__.py", line 48, in main
window = RemarkableWindow.RemarkableWindow()
File "/usr/lib/python3.5/site-packages/remarkable_lib/Window.py", line 54, in __new__
new_object.finish_initializing(builder)
File "/usr/lib/python3.5/site-packages/remarkable/RemarkableWindow.py", line 118, in finish_initializing
self.live_preview = WebKit.WebView()
TypeError: could not get a reference to type class
richin13 commented on 2015-10-19 01:05 (UTC)
Thanks @visit It is fixed now
visit commented on 2015-10-18 12:00 (UTC)
@jamiemcgowan: Added a small patch (workaround), to remove line 835 from RemarkableWindow.ui. This solves the problem for now.
Pinned Comments