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

Inkscape 1.0.1 error #37

Open
jimpap opened this issue Sep 25, 2020 · 5 comments
Open

Inkscape 1.0.1 error #37

jimpap opened this issue Sep 25, 2020 · 5 comments

Comments

@jimpap
Copy link

jimpap commented Sep 25, 2020

Hi there,

What a great and usefull extention!!! Congrats 🥇

I try to run centrline trace from Inkscape 1.0.1 (3bc2e813f5, 2020-09-07)

When I use the extention trough the Extentions menu (default options) I get the following message:

File "centerline-trace.py", line 420
print version
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(version)?

(Tried to fix that line but... haha, I 'm closer to an austronaut than a programmer)

If I try "Trace Map" menu, Inkscape crashes instantly...

Be well, have fun,
jimpap

@Moini
Copy link
Contributor

Moini commented Sep 25, 2020

? Don't use this extension in 1.0.1.

If you experience a crash in Inkscape > Trace Bitmap > Centerline Trace, please report it at https://inkscape.org/report

@lewisarmistead
Copy link

hey there - I ran into this issue when I was running the centerline trace several months ago, and I think the resolution was related to the version of Python that the extension was running (Python 3 instead of Python 2). You could manually change these print statements to use parentheses or change your default python in your PATH?

See section 2 of the article here about print statements in Python 2 vs. Python 3. I hope this helps!

@Elcoob
Copy link

Elcoob commented Nov 26, 2020

? Don't use this extension in 1.0.1.

If you experience a crash in Inkscape > Trace Bitmap > Centerline Trace, please report it at https://inkscape.org/report

What version of Inkscape works for this extension?

@Moini
Copy link
Contributor

Moini commented Nov 26, 2020

I would start by reading this extensions README file to find out more:
https://github.com/fablabnbg/inkscape-centerline-trace

@jnweiger
Copy link
Member

It probably does not run with inkscape 1.0.1 and should not be needed.
Inkscape 1.0.1 has the feature built-in under Path -> Trace Bitmap -> Centerline tracing (autotrace)

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

5 participants