-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The called script passed additional data to Inkscape... #38
Comments
I think you're not using the latest version in the repository. |
I am using the latest one from 2021 or is there a newer one? It is version 0.11 |
Try 0.12 which I just posted. Or use an earlier Python. The issue is Python 3.10 compatibility. |
I don't get it, it is still the same... The only difference it that it now shows "No points." below the "The called script passed additional data to Inkscape. No error message was returned from the script, but the result may be unusable." but it is still not saveable. |
No, that's not the same. I'm guessing you have no solid colored lines in your drawing. |
"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)
The text was updated successfully, but these errors were encountered: