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

No module named svg.path #204

Open
andreasrackow opened this issue Feb 20, 2022 · 1 comment
Open

No module named svg.path #204

andreasrackow opened this issue Feb 20, 2022 · 1 comment

Comments

@andreasrackow
Copy link

File "/home/me/pycam-0.6.4/pycam/Gui/Project.py", line 386, in gui_activity_guard_wrapper
result = func(self, *args, **kwargs)
File "/home/me/pycam-0.6.4/pycam/Gui/Project.py", line 524, in load_model_file
detected_filetype = pycam.Importers.detect_file_type(filename)
File "/home/me/pycam-0.6.4/pycam/Importers/init.py", line 38, in detect_file_type
from pycam.Importers.SVGDirectImporter import import_model as import_model_from_svg
File "/home/me/pycam-0.6.4/pycam/Importers/SVGDirectImporter.py", line 36, in
import svg.path
ImportError: No module named svg.path

that's the error message i get

@andreasrackow
Copy link
Author

problem solved i just had to install svg.path

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

1 participant