You are not logged in.
I try to open a dxf file in inkscape but get errors.
running devuan excalibur
Same when trying to open the extension manager itself:
Trying to self-update the package... Failed to update!
Please delete the package manually! (see location below)
Please report this error
------------------------
Report URL: https://gitlab.com/inkscape/extras/extension-manager/-/issues
Location: /usr/share/inkscape/extensions/inkman/inkman/inkman
inkscape-extension-manager: 1.0
Not done
Traceback (most recent call last):
File "/usr/share/inkscape/extensions/inkman/inkman/manage_extensions.py", line 61, in recovery_run
run(args)
~~~^^^^^^
File "/usr/share/inkscape/extensions/inkman/inkman/manage_extensions.py", line 34, in run
from inkman.targets import TARGETS
File "/usr/share/inkscape/extensions/inkman/inkman/inkman/targets.py", line 5, in <module>
from .target import ExtensionsTarget, BasicTarget
File "/usr/share/inkscape/extensions/inkman/inkman/inkman/target.py", line 28, in <module>
from inkex.command import call
File "/usr/share/inkscape/extensions/inkex/__init__.py", line 11, in <module>
from .extensions import *
File "/usr/share/inkscape/extensions/inkex/extensions.py", line 34, in <module>
from .elements import (
...<10 lines>...
)
File "/usr/share/inkscape/extensions/inkex/elements/__init__.py", line 10, in <module>
from ._base import ShapeElement, BaseElement
File "/usr/share/inkscape/extensions/inkex/elements/_base.py", line 40, in <module>
from ..styles import Style, Classes, StyleValue
File "/usr/share/inkscape/extensions/inkex/styles.py", line 31, in <module>
import tinycss2
ModuleNotFoundError: No module named 'tinycss2'Last edited by mclien (Today 09:13:17)
Offline
Looks like you might be missing a python package for tinycss2, is it not available in excalibur? Don't have running instance to check myself.
python3-tinycss
python3-tinycss2
https://sourceforge.net/projects/vuu-do/ Vuu-do GNU/Linux, Devuan-based Openbox systems.
Devuan 6 mate-mini iso, pure Devuan, 100% no-vuu-do, mostly
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
https://devuanusers.com/
Offline
Thank you very much. Sorry I didn't get that myself (bad time at the moment).
I am pretty sure it worked before the last update of my system, which changed inkscape from 1.2 to 1.4 (as far as I see it. or it was the upgrade from daedalus to excalibur).
BTW shouldn't that be a dependency (as the extension manager seems to be an essential part of inkscape)?
Last edited by mclien (Today 09:14:26)
Offline