Skip to content
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

Open
flow1990 opened this issue Nov 21, 2022 · 5 comments
Open

The called script passed additional data to Inkscape... #38

flow1990 opened this issue Nov 21, 2022 · 5 comments

Comments

@flow1990
Copy link

flow1990 commented Nov 21, 2022

"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)

@arpruss
Copy link
Owner

arpruss commented Nov 21, 2022

I think you're not using the latest version in the repository.

@flow1990
Copy link
Author

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

@arpruss
Copy link
Owner

arpruss commented Nov 21, 2022

Try 0.12 which I just posted. Or use an earlier Python.

The issue is Python 3.10 compatibility.

@flow1990
Copy link
Author

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.

@arpruss
Copy link
Owner

arpruss commented Nov 22, 2022

No, that's not the same. I'm guessing you have no solid colored lines in your drawing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants