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

Not working with Gedit 3.36 #18

Closed
fugo opened this issue Mar 9, 2020 · 2 comments
Closed

Not working with Gedit 3.36 #18

fugo opened this issue Mar 9, 2020 · 2 comments

Comments

@fugo
Copy link

fugo commented Mar 9, 2020

After update Plugin stops working. New install also not helps.
I have /usr/share/gir-1.0/WebKit2-4.0.gir and python-markdown (Python 3.8.2)
Error after trying to activate gedit-markdown:

** (gedit:15023): WARNING **: 19:35:34.301: Error importing plugin 'markdown-preview':
Traceback (most recent call last):
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/ths/.local/share/gedit/plugins/markdown-preview/__init__.py", line 21, in <module>
    from gi.repository import Gdk, Gtk, Gedit, GObject, WebKit
  File "/usr/lib/python3.8/site-packages/gi/importer.py", line 132, in load_module
    raise ImportError('cannot import name %s, '
ImportError: cannot import name WebKit, introspection typelib not found

(gedit:15023): libpeas-WARNING **: 19:35:34.302: Error loading plugin 'markdown-preview'
@darkdragon-001
Copy link

Duplicate of #16

@darkdragon-001
Copy link

This issue is fixed in my fork: https://github.com/darkdragon-001/gedit-markdown/

Please test the latest release. Pull requests are always welcome!

@fugo fugo closed this as completed Apr 5, 2022
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

2 participants