You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: