all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#63938: Inkscape 1.2.1: No module named 'lxml'
@ 2023-06-06 19:26 Andrea PIERRÉ via Bug reports for GNU Guix
  2023-07-24  9:38 ` bug#63938: Missing propagated (?) inputs Andreas Enge
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea PIERRÉ via Bug reports for GNU Guix @ 2023-06-06 19:26 UTC (permalink / raw)
  To: 63938

[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]

Hello,

I get the following error with Inkscape 1.2.1 (9c6d41e410, 2022-07-14) 
when I click on the top menu on |Extensions > Manage Extensions|:

|Traceback (most recent call last): File 
"/gnu/store/3lbv31vxj3y0d2dn7h2y5dna7dfhhrb5-inkscape-1.2.1/share/inkscape/extensions/inkman/inkman/manage_extensions.py", 
line 29, in <module> from inkex import gui File 
"/gnu/store/3lbv31vxj3y0d2dn7h2y5dna7dfhhrb5-inkscape-1.2.1/share/inkscape/extensions/inkex/__init__.py", 
line 11, in <module> from .extensions import * File 
"/gnu/store/3lbv31vxj3y0d2dn7h2y5dna7dfhhrb5-inkscape-1.2.1/share/inkscape/extensions/inkex/extensions.py", 
line 34, in <module> from .elements import ( File 
"/gnu/store/3lbv31vxj3y0d2dn7h2y5dna7dfhhrb5-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/3lbv31vxj3y0d2dn7h2y5dna7dfhhrb5-inkscape-1.2.1/share/inkscape/extensions/inkex/elements/_parser.py", 
line 30, in <module> from lxml import etree ModuleNotFoundError: No 
module named 'lxml' |

Thanks!

​

[-- Attachment #2: Type: text/html, Size: 4252 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#63938: Missing propagated (?) inputs
  2023-06-06 19:26 bug#63938: Inkscape 1.2.1: No module named 'lxml' Andrea PIERRÉ via Bug reports for GNU Guix
@ 2023-07-24  9:38 ` Andreas Enge
  2024-03-09 18:36   ` bug#63938: Inkscape 1.2.1: No module named 'lxml' Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2023-07-24  9:38 UTC (permalink / raw)
  To: 63938

I get a text box with a similar, but not the same error:

Traceback (most recent call last):
  File "/gnu/store/zjc4ijkrrp1b9v1va40a3fki0gkgcp6w-inkscape-1.2.1/share/inkscape/extensions/inkex/gui/__init__.py", line 38, in <module>
    import gi
ModuleNotFoundError: No module named 'gi'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/gnu/store/zjc4ijkrrp1b9v1va40a3fki0gkgcp6w-inkscape-1.2.1/share/inkscape/extensions/inkman/inkman/manage_extensions.py", line 29, in <module>
    from inkex import gui
  File "/gnu/store/zjc4ijkrrp1b9v1va40a3fki0gkgcp6w-inkscape-1.2.1/share/inkscape/extensions/inkex/gui/__init__.py", line 42, in <module>
    raise DependencyError(
inkex.utils.DependencyError: You are missing the required libraries for Gtk. Please report this problem to the Inkscape developers.

Maybe we are missing propagated inputs or wrapping with some environment
variable?

Andreas





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#63938: Inkscape 1.2.1: No module named 'lxml'
  2023-07-24  9:38 ` bug#63938: Missing propagated (?) inputs Andreas Enge
@ 2024-03-09 18:36   ` Maxim Cournoyer
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2024-03-09 18:36 UTC (permalink / raw)
  To: Andreas Enge; +Cc: 63938-done

Hello,

Andreas Enge <andreas@enge.fr> writes:

> I get a text box with a similar, but not the same error:
>
> Traceback (most recent call last):
>   File "/gnu/store/zjc4ijkrrp1b9v1va40a3fki0gkgcp6w-inkscape-1.2.1/share/inkscape/extensions/inkex/gui/__init__.py", line 38, in <module>
>     import gi
> ModuleNotFoundError: No module named 'gi'
> During handling of the above exception, another exception occurred:
> Traceback (most recent call last):
>   File "/gnu/store/zjc4ijkrrp1b9v1va40a3fki0gkgcp6w-inkscape-1.2.1/share/inkscape/extensions/inkman/inkman/manage_extensions.py", line 29, in <module>
>     from inkex import gui
>   File "/gnu/store/zjc4ijkrrp1b9v1va40a3fki0gkgcp6w-inkscape-1.2.1/share/inkscape/extensions/inkex/gui/__init__.py", line 42, in <module>
>     raise DependencyError(
> inkex.utils.DependencyError: You are missing the required libraries for Gtk. Please report this problem to the Inkscape developers.
>
> Maybe we are missing propagated inputs or wrapping with some environment
> variable?

Yes, we needed GI_TYPELIB_PATH, as wrapped in commit
f4078087a69e4f57059fc6120332b47caef3aeaf ("gnu: inkscape: Fix Python
support.") on core-updates, as well as some other Python inputs.

Closing.

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-09 18:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-06 19:26 bug#63938: Inkscape 1.2.1: No module named 'lxml' Andrea PIERRÉ via Bug reports for GNU Guix
2023-07-24  9:38 ` bug#63938: Missing propagated (?) inputs Andreas Enge
2024-03-09 18:36   ` bug#63938: Inkscape 1.2.1: No module named 'lxml' Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.