emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#57479: closed (Inkscape can't find python-lxml)
Date: Fri, 27 Jan 2023 15:28:02 +0000

Your message dated Fri, 27 Jan 2023 16:27:07 +0100
with message-id <87bkmk5778.fsf@gnu.org>
and subject line Re: bug#60975: [PATCH] gnu: inkscape: Fix qrcode rendering.
has caused the debbugs.gnu.org bug report #57479,
regarding Inkscape can't find python-lxml
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57479: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57479
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 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?



--- End Message ---
--- Begin Message --- Subject: Re: bug#60975: [PATCH] gnu: inkscape: Fix qrcode rendering. Date: Fri, 27 Jan 2023 16:27:07 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Michael Rohleder <mike@rohleder.de> skribis:

> Fixes <https://issues.guix.gnu.org/57479>.
>
> * gnu/packages/inkscape.scm (inkscape)[inputs]: Add python-cssselect.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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