From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sK+TNBTejl9uYwAA0tVLHw (envelope-from ) for ; Tue, 20 Oct 2020 12:54:44 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id SIhoMBTejl+8BAAAbx9fmQ (envelope-from ) for ; Tue, 20 Oct 2020 12:54:44 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4179A9404CC for ; Tue, 20 Oct 2020 12:54:44 +0000 (UTC) Received: from localhost ([::1]:53464 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUrA3-0003pU-77 for larch@yhetil.org; Tue, 20 Oct 2020 08:54:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44738) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUr9Z-0003oJ-JU for guix-devel@gnu.org; Tue, 20 Oct 2020 08:54:14 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:56358) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUr9U-0004FZ-5E for guix-devel@gnu.org; Tue, 20 Oct 2020 08:54:12 -0400 Date: Tue, 20 Oct 2020 12:53:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail2; t=1603198443; bh=dcqGHzrli5bHrHUZ8dcXBZlciizboquZPEcxDHF6cIM=; h=Date:To:From:Reply-To:Subject:From; b=QuBehE43ai+ZuczIJehGPsPwrX4ha6wlbIRKzamwd/KgRPRe02gVz6BAAz95AiJ0b 4/VjD6moDca/HxSKJOPKT/b1IMmYGDqhBOVi229Zur+hnLOKIpoq2gJex5aH0nkR1A ws1jodZkwP6vLt+dk976Gvhy1sO8S3iAKSAWfq0LDTZ1erhmyIv4Ob9DXpPRetQJ6+ WSXnOV8C4ZeXBSbw/TD5bRhfjEXtWveUfvCM24oe/IfjutHjpU2Phmtf9PZW1S2623 WIl/bE92/AHhEO5lAS5XpnjIYhPbSx/GNU8tHlHiP0r12oqVo/2+trAIqtjNxlAVzh Dn2uGmsc2gBug== To: "guix-devel\\@gnu.org" From: Ekaitz Zarraga Subject: Inkscape export errors Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.18; envelope-from=ekaitz@elenq.tech; helo=mail1.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/20 08:54:04 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ekaitz Zarraga Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=elenq.tech header.s=protonmail2 header.b=QuBehE43; dmarc=pass (policy=none) header.from=elenq.tech; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.71 X-TUID: QvwyMsZ21Qrt Hi, I'm experiencing export errors in Inkscape 1.0.1 on several formats like DX= F or Optimized SVG. I'm getting the following error: ``` Traceback (most recent call last): File "output_scour.py", line 8, in import inkex File "/gnu/store/ky8vkkxi4b7a3bqlbmlagmv5j2vdnafb-inkscape-1.0.1/share/in= kscape/extensions/inkex/__init__.py", line 11, in from .extensions import * File "/gnu/store/ky8vkkxi4b7a3bqlbmlagmv5j2vdnafb-inkscape-1.0.1/share/in= kscape/extensions/inkex/extensions.py", line 33, in from .elements import load_svg, BaseElement, ShapeElement, Group, Layer= , Grid, \ File "/gnu/store/ky8vkkxi4b7a3bqlbmlagmv5j2vdnafb-inkscape-1.0.1/share/in= kscape/extensions/inkex/elements/__init__.py", line 8, in from ._base import SVG_PARSER, load_svg, ShapeElement, BaseElement File "/gnu/store/ky8vkkxi4b7a3bqlbmlagmv5j2vdnafb-inkscape-1.0.1/share/in= kscape/extensions/inkex/elements/_base.py", line 31, in from lxml import etree ModuleNotFoundError: No module named 'lxml' ``` I suppose it's because python-lxml package is not included in Inkscape. Is = there any reason for that? I tried to edit package description to add python-lxml as a propagated inpu= t but it didn't work. Why is that? Also, adding python-lxml as a propagated input should leave it available sy= stem wide, shouldn't it? Am I getting this wrong? Thanks for your help. Cheers, Ekaitz