Git Product home page Git Product logo

Comments (5)

bittner avatar bittner commented on June 22, 2024

Please see issues #13, #9 and #6. This looks like a duplicate.

from gedit-rest-plugin.

ldesousa avatar ldesousa commented on June 22, 2024

This issue seems unrelated to issues #6, #9 or #13:

  • I am using GEdit 3.10.4, not 3.14.
  • I do have the gir1.2-webkit-3.0 package installed:
$ dpkg -l | grep gir1.2-webkit-3.0
ii  gir1.2-webkit-3.0                                           2.4.10-0ubuntu0.14.04.1                             amd64        Web content engine library for GTK+ - GObject introspection data
  • As so doctutils:
$ dpkg -l | grep docutils
ii  docutils-common                                             0.11-3                                              all          text processing system for reStructuredText - common data
ii  docutils-doc                                                0.11-3                                              all          text processing system for reStructuredText - documentation
  • The plugin is present in the recommended folder:
$ ls -la /usr/lib/gedit/plugins/
total 32
drwxr-xr-x 5 root root 4096 Jun 14 09:18 .
drwxr-xr-x 3 root root 4096 Jan  7 09:49 ..
drwxr-xr-x 7 root root 4096 Feb 10 14:19 advancedfind
-rw-r--r-- 1 root root  820 Jan 11 08:51 advancedfind.plugin
drwxr-xr-x 7 root root 4096 Jan  7 09:49 latex
-rw-r--r-- 1 root root 2996 Okt 22  2013 latex.plugin
drwxr-xr-x 2 root root 4096 Jun 14 09:18 reST
-rw-r--r-- 1 root root  360 Jun 14 09:18 reST.plugin
$ ls -la /usr/lib/gedit/plugins/reST
total 92
drwxr-xr-x 2 root root  4096 Jun 14 09:18 .
drwxr-xr-x 5 root root  4096 Jun 14 09:18 ..
-rw-r--r-- 1 root root 35501 Jun 14 09:18 default.odt
-rw-r--r-- 1 root root  4421 Jun 14 09:18 default.sty
-rw-r--r-- 1 root root  1903 Jun 14 09:18 __init__.py
-rw-r--r-- 1 root root  5549 Jun 14 09:18 makeTable.py
-rw-r--r-- 1 root root  2310 Jun 14 09:18 RegisterPygment.py
-rw-r--r-- 1 root root  6879 Jun 14 09:18 restructuredtext.css
-rw-r--r-- 1 root root  2877 Jun 14 09:18 restructuredtext.py
-rw-r--r-- 1 root root  1360 Jun 14 09:18 to_html.py
-rw-r--r-- 1 root root  2929 Jun 14 09:18 to_odt.py
-rw-r--r-- 1 root root  2370 Jun 14 09:18 to_tex.py

from gedit-rest-plugin.

bittner avatar bittner commented on June 22, 2024

Please start gedit from the Terminal, then activate the plugin (so that you reproduce the screen shot above) and post the output (Python exception stack trace) here.

from gedit-rest-plugin.

ldesousa avatar ldesousa commented on June 22, 2024

Here is the terminal output:

Traceback (most recent call last):
  File "/usr/lib/gedit/plugins/reST/__init__.py", line 22, in <module>
    from .restructuredtext import RestructuredtextHtmlPanel
  File "/usr/lib/gedit/plugins/reST/restructuredtext.py", line 20, in <module>
    from docutils.core import publish_parts
ImportError: No module named 'docutils'

(gedit:27377): libpeas-WARNING **: Error loading plugin 'reST'

from gedit-rest-plugin.

bittner avatar bittner commented on June 22, 2024

There you go:

ImportError: No module named 'docutils'

Install python3-docutils and you should be all set. See the README.

from gedit-rest-plugin.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.