bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57479: Inkscape can't find python-lxml


From: Leo Famulari
Subject: bug#57479: Inkscape can't find python-lxml
Date: Mon, 29 Aug 2022 22:50:09 -0400

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?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]