Description
"The called script passed additional data to Inkscape. No error message was returned from the script, but the result may be unusable."
If I try to save s.th. to gcode I get the above error message. Even if it says that there are no erros, if I click "ok" the next message says that it was not able to save the file.
Traceback (most recent call last):
File "C:\Program Files\Inkscape\share\inkscape\extensions\gcodeplot\gcodeplot.py", line 9, in
import svgpath.parser as parser
File "C:\Program Files\Inkscape\share\inkscape\extensions\gcodeplot\svgpath_init_.py", line 1, in
from .path import Path, Line, Arc, CubicBezier, QuadraticBezier
File "C:\Program Files\Inkscape\share\inkscape\extensions\gcodeplot\svgpath\path.py", line 3, in
from collections import MutableSequence
ImportError: cannot import name 'MutableSequence' from 'collections' (C:\Program Files\Inkscape\lib\python3.10\collections_init_.py)