GNU bug report logs -
#57479
Inkscape can't find python-lxml
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Tue, 30 Aug 2022 02:52:01 UTC
Severity: normal
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#57479: Inkscape can't find python-lxml
which was filed against the guix package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 57479 <at> debbugs.gnu.org.
--
57479: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57479
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
Michael Rohleder <mike <at> rohleder.de> skribis:
> Fixes <https://issues.guix.gnu.org/57479>.
>
> * gnu/packages/inkscape.scm (inkscape)[inputs]: Add python-cssselect.
Applied, thanks!
Ludo’.
[Message part 3 (message/rfc822, inline)]
I'm not able to create QR codes in Inkscape.
I try to create a QR code in Inkscape by going through these menus:
Extensions -> Render -> Barcode -> QR Code
But, when I click "Apply" to create the QR code, Inkscape prints an
error message like this:
------
Traceback (most recent call last):
File "/gnu/store/crndrs40jrk5ddfxi7569123lbibhz42-inkscape-1.2.1/share/inkscape/extensions/render_barcode_qrcode.py", line 30, in <module>
import inkex
File "/gnu/store/crndrs40jrk5ddfxi7569123lbibhz42-inkscape-1.2.1/share/inkscape/extensions/inkex/__init__.py", line 11, in <module>
from .extensions import *
File "/gnu/store/crndrs40jrk5ddfxi7569123lbibhz42-inkscape-1.2.1/share/inkscape/extensions/inkex/extensions.py", line 34, in <module>
from .elements import (
File "/gnu/store/crndrs40jrk5ddfxi7569123lbibhz42-inkscape-1.2.1/share/inkscape/extensions/inkex/elements/__init__.py", line 9, in <module>
from ._parser import SVG_PARSER, load_svg
File "/gnu/store/crndrs40jrk5ddfxi7569123lbibhz42-inkscape-1.2.1/share/inkscape/extensions/inkex/elements/_parser.py", line 30, in <module>
from lxml import etree
ModuleNotFoundError: No module named 'lxml'
------
Any ideas?
This bug report was last modified 2 years and 174 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.