Re: Inkscape export errors

2020-10-21 Thread Ekaitz Zarraga
Hi, I think I managed to solve the issues. All the issues I had were coming from the extensions' dependencies not being added to Inkscape's. With the following changes it's supposed to work (it worked in my machine lol). I had to package scour too, because it wasn't packaged. I have a question

Re: Inkscape export errors

2020-10-21 Thread Ludovic Courtès
Saluton! Ekaitz Zarraga skribis: >> You would then need to include this variant of ‘inkscape’ alongside >> ‘python’ so that ~/.guix-profile/etc/profile sets ‘PYTHONPATH’ >> accordingly. >> >> A better fix would be to use ‘wrap-program’ to wrap ‘inkscape’ such that >> ‘PYTHONPATH’ always points t

Re: Inkscape export errors

2020-10-21 Thread Ekaitz Zarraga
On Wednesday, October 21, 2020 2:03 PM, Ludovic Courtès wrote: > Egun on, Saluton Ludo, > > You would then need to include this variant of ‘inkscape’ alongside > ‘python’ so that ~/.guix-profile/etc/profile sets ‘PYTHONPATH’ > accordingly. > > A better fix would be to use ‘wrap-program’ to wrap

Re: Inkscape export errors

2020-10-21 Thread Ludovic Courtès
Egun on, Ekaitz Zarraga skribis: > I'm experiencing export errors in Inkscape 1.0.1 on several formats like DXF > 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/ky

Re: Inkscape export errors

2020-10-21 Thread Thorsten Wilms
On Tue, 20 Oct 2020 17:51:09 + Ekaitz Zarraga wrote: > I made some research. Yours is passing the "import inkex" line > because it's able to load `lxml`. The first question I'd like to make > is: why? No real idea. I can only note that my store contains python-lxml-4.4.2 and inkscape-1.0.1/s

Re: Inkscape export errors

2020-10-20 Thread Ekaitz Zarraga
> For optimized SVG, the error is due to missing the package scour, which > I meant to report, but was just reminded of because of your email. > > - > > /usr/l

Re: Inkscape export errors

2020-10-20 Thread Thorsten Wilms
On Tue, 20 Oct 2020 12:53:58 + Ekaitz Zarraga wrote: > I'm experiencing export errors in Inkscape 1.0.1 on several formats > like DXF or Optimized SVG. I'm getting the following error: > I suppose it's because python-lxml package is not included in > Inkscape. Is there any reason for that?

Inkscape export errors

2020-10-20 Thread Ekaitz Zarraga
Hi, I'm experiencing export errors in Inkscape 1.0.1 on several formats like DXF 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/sh