You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: