cannot manage extensions
I'm finding it imnpossible to fix this issue on an upgraded Ubuntu install with a fresh Inkscape install
- open Inkscape
- click MANAGE EXTENSIONS
#### What happened?
Inkscape throws this error
/usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
import fnmatch, glob, traceback, errno, sys, atexit, locale, imp, stat
Traceback (most recent call last):
File "/usr/share/inkscape/extensions/inkman/inkman/manage_extensions.py", line 29, in <module>
from inkex import gui
ImportError: cannot import name 'gui' from 'inkex' (/usr/share/inkscape/extensions/inkex/__init__.py)
#### What should have happened?
Manage extensions shoiuld have opened
- Inkscape Version: Inkscape 1.2 (1:1.2+202205241504+inkscape@da316b6974ef8c57db451a06100ae67ac18fcf4f)
GLib version: 2.72.1
GTK version: 3.24.33
glibmm version: 2.66.2
gtkmm version: 3.24.5
libxml2 version: 2.9.13
libxslt version: 1.1.34
Cairo version: 1.16.0
Pango version: 1.50.6
HarfBuzz version: 2.7.4
OS version: Ubuntu 22.04 LTS>
issue