Search Criteria
Package Details: utext 0.5.0-2
Git Clone URL: | https://aur.archlinux.org/utext.git (read-only, click to copy) |
---|---|
Package Base: | utext |
Description: | An application to work with markdown files. |
Upstream URL: | http://www.atareao.es/tag/utext/ |
Keywords: | Markdown Text |
Licenses: | |
Provides: | |
Submitter: | ValHue |
Maintainer: | None |
Last Packager: | ValHue |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-19 09:27 |
Last Updated: | 2016-11-09 17:30 |
Dependencies (14)
- gobject-introspection (gobject-introspection-git)
- gtkspell3
- gvfs (gvfs-nosystemd, gvfs-git)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-fftw, imagemagick-full)
- python (python-dbg)
- python-beautifulsoup4
- python-jinja
- python-lxml
- python-markdown
- python-requests
- shared-mime-info (shared-mime-info-git)
- wkhtmltopdf (wkhtmltopdf-static)
- python2-distutils-extra (make)
- python2-polib (make)
Latest Comments
gnacho commented on 2018-05-05 22:18
Last version is not working:
./utext
./utext:26: 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.
from gi.repository import Gtk
Repository version required not present
hansi commented on 2016-11-05 21:03
Please add python-lxml as dependency or the "Live Preview" feature doesn't works...
Thanks!
gnacho commented on 2016-10-04 15:20
Last update ended up with my preview window (doesn't work). Is anyone having the same issue?
gnacho commented on 2016-03-24 00:29
Package utext 0.3.9-2 already working fine. Many thanks for the update!!! :)
gnacho commented on 2016-03-19 19:25
Same problem here.
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.
sys:1: PyGIWarning: GtkSource was imported without specifying a version first. Use gi.require_version('GtkSource', '3.0') before import to ensure that the right version gets loaded.
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 890, in _find_spec
AttributeError: 'DynamicImporter' object has no attribute 'find_spec'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./utext", line 33, in <module>
from utext import uText
File "/opt/extras.ubuntu.com/utext/share/utext/utext.py", line 29, in <module>
from gi.repository import GObject, Gtk, Gio, WebKit, Gdk, GtkSource, GtkSpell, GdkPixbuf
File "/usr/lib/python3.5/site-packages/gi/importer.py", line 100, in find_module
'introspection typelib not found' % namespace)
ImportError: cannot import name GtkSpell, introspection typelib not found
strubbl commented on 2015-09-11 18:11
i just installed this package, but i cannot find the utext in my $PATH.
I found it residing in /opt/extras.ubuntu.com/utext/bin/utext, but this gives me an error when executing:
$ /opt/extras.ubuntu.com/utext/bin/utext
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 2158, in _find_spec
AttributeError: 'DynamicImporter' object has no attribute 'find_spec'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/extras.ubuntu.com/utext/bin/utext", line 33, in <module>
from utext import uText
File "/opt/extras.ubuntu.com/utext/share/utext/utext.py", line 28, in <module>
from gi.repository import GObject, Gtk, Gio, WebKit, Gdk, GtkSource, GtkSpell, GdkPixbuf
File "/usr/lib/python3.4/site-packages/gi/importer.py", line 144, in find_module
'introspection typelib not found' % namespace)
ImportError: cannot import name GtkSpell, introspection typelib not found