SebKuzminsky / pycam

Other
338 stars 99 forks source link

No module named svg.path #204

Open andreasrackow opened 2 years ago

andreasrackow commented 2 years ago

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 commented 2 years ago

problem solved i just had to install svg.path