jnweiger / inkscape-svg2fcsketch

Convert from inkscape SVG to FreeCAD sketch in fcstd file format
GNU Lesser General Public License v2.1
6 stars 2 forks source link

ImportError: No module named FreeCAD #7

Open steve-ttt opened 5 years ago

steve-ttt commented 5 years ago

Traceback (most recent call last): File "svg2fcsketch.py", line 53, in from FreeCAD import Base, BoundBox ImportError: No module named FreeCAD

FabriceDONDEYNE commented 4 years ago

Hello, I have the same failure, both on Ubuntu_64 & W10_64... Did you find from where that problem occurs ?