spakin / SimpInkScr

Simple Inkscape Scripting
https://inkscape.org/~pakin/%E2%98%85simple-inkscape-scripting
GNU General Public License v3.0
320 stars 31 forks source link

windows issue after installing #116

Closed luigipacheco closed 7 months ago

luigipacheco commented 10 months ago

Followed the steps on the installation,

After cloning into the extensions folder and running the extension from inkscape i get the following error:

Traceback (most recent call last): File "C:\Program Files\Inkscape\share\inkscape\extensions\SimpInkScr\simpinkscr\simple_inkscape_scripting.py", line 36, in import lxml ModuleNotFoundError: No module named 'lxml'

I am assuming some libraries have to get installed first

luigipacheco commented 10 months ago

after pip installing that library and cssselect I was able to run the first example :)

spakin commented 9 months ago

Thanks for reporting back on your success. I hope the other examples now work for you, too.