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

Problem @ symbol in python file #16

Closed
Julesghes opened this issue Jan 28, 2023 · 3 comments
Closed

Problem @ symbol in python file #16

Julesghes opened this issue Jan 28, 2023 · 3 comments

Comments

@Julesghes
Copy link

I have ubuntu 21.10, and I moved files .inx and .py in inkscape extention.

I restarted inkscape, and I launched isometric transformation, but I had an error on the 164 line of the axonometric_projection.py file.
So, i imported numpy and I removed "tr = transform @ effect_matrix" with "tr =np.dot(transform, effect_matrix)" and it works.

I share my experience

Previously, on my old laptop (unbutu 22.04 LTS), I enjoyed isometric transformation and I didn't need to do that, curious.
Thanks for your extention

@jdhoek
Copy link
Owner

jdhoek commented Jan 28, 2023

This sounds like it could be issue #15. Which version of Inkscape are you using?

Also, Ubuntu 21.10 is an interim release, which means it is only supported for a short period. Have you considered updating to Ubuntu 22.04 LTS?

@Julesghes
Copy link
Author

Now, the extension does the job pretty well, since I removed @ operator.
I don't need to updating

The version is :
Inkscape 1.1.2 (0a00cf5339, 2022-02-04)

@jdhoek
Copy link
Owner

jdhoek commented Jan 28, 2023

Yeah, that's an older version. The last supported version of this extension for Inkscape 1.1.2 is v2.1 (as noted in the README). You might want to consider getting Inkscape 1.2.2, but if this works for you, that's fine too of course.

@jdhoek jdhoek closed this as completed Jan 28, 2023
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