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
i saw an error when importing a .f3d in the console:
11:25:22 Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ksamak/.local/share/FreeCAD/Mod/InventorLoader/./importerIL.py", line 8, in
import os, sys, FreeCAD, FreeCADGui, importerSAT, importerDXF, Import_IPT, importerF3D
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ksamak/.local/share/FreeCAD/Mod/InventorLoader/./importerDXF.py", line 8, in
from ezdxf import readfile
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<class 'ModuleNotFoundError'>: No module named 'ezdxf'
So i just installed the module. It works now.
i guess it should be declared as dependancy before installing the bench
Thanks for your works!
sys: Debian 6.1.119-1 stable
The text was updated successfully, but these errors were encountered:
i saw an error when importing a .f3d in the console:
11:25:22 Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ksamak/.local/share/FreeCAD/Mod/InventorLoader/./importerIL.py", line 8, in
import os, sys, FreeCAD, FreeCADGui, importerSAT, importerDXF, Import_IPT, importerF3D
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ksamak/.local/share/FreeCAD/Mod/InventorLoader/./importerDXF.py", line 8, in
from ezdxf import readfile
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<class 'ModuleNotFoundError'>: No module named 'ezdxf'
So i just installed the module. It works now.
i guess it should be declared as dependancy before installing the bench
Thanks for your works!
sys: Debian 6.1.119-1 stable
The text was updated successfully, but these errors were encountered: