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

crash on start #81

Closed
launchpad-issue-importer opened this issue Aug 28, 2016 · 1 comment
Closed

crash on start #81

launchpad-issue-importer opened this issue Aug 28, 2016 · 1 comment

Comments

@launchpad-issue-importer
Copy link

launchpad-issue-importer commented Aug 28, 2016

Getting an error when running the command
python scour.py -i input.svg -o output.svg

Even if i only run "python scour.py" there is the same error.
Running on Win XP, python 2.4.1, scour 0.26. It's the first time i use a python script, may be the problem is in front of the pc..
Error:

File "scour.py", line 2712
return ''.join([xml_ents[c] if c in xml_ents else c for c in str])
^
SyntaxError: invalid syntax


Imported from Launchpad using lp2gh.

@Ede123
Copy link
Member

Ede123 commented Aug 28, 2016

This was probably an incompatibility with Python 2.4.1 or is fixed in the meantime.

@Ede123 Ede123 closed this as completed Aug 28, 2016
@Ede123 Ede123 added the invalid label Aug 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants