-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi,
I am struggling exporting a paraglider mesh. I've tried dae, obj, dxf, stl but everytime it looks like some lib required by MeshPart is missing. This is the error I'm getting:
File "", line 3, in
File "C:\Users\Acacia\miniconda3\envs\openglider\Library\Mod\Arch\importOBJ.py", line 22, in
import FreeCAD, DraftGeomUtils, Part, Draft, Arch, Mesh, MeshPart, os, sys
<class 'ImportError'>: DLL load failed while importing MeshPart: La procédure spécifiée est introuvable.
Setup is FreeCAD 0.19.2 on Windows 10 using miniconda3 with python 3.7.
I installed openglider using miniconda by following the instructions described here: https://booya-at.github.io/openglider-tutorial/00_installation.html
Also, I read that at some point there were FreeCAD bundles with the glider-workbench preinstalled, however I can't find any working download link for any of those and the few versions I've tried don't include the workbench. Could you provide a download link for one of those ? I would like to try if this fixes the issue.
Thanks, your work is amazing !