You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You did nothing wrong. That is because in Python 3, they have replaced the print statement with the print function.
You can either run python2, or add parenthesis to all arguments of "print " in the code and push a code commit therewith here... or wait for me to do it, but maybe not so soon.
I changed all print statements to print() function, but now I get File "C:\Program Files\Inkscape\svg-objects-export.py", line 195 sys.exit(2); ^ SyntaxError: invalid syntax
I'm not familiar with Python. Is this a Python 3 compatibility issue as well?
When I try running the python script, I get this :
What did I do wrong ?
The text was updated successfully, but these errors were encountered: