gmsh python library with FreeCAD 0.19.2 and FreeCAD 0.20

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
keithsloan52
Veteran
Posts: 2756
Joined: Mon Feb 27, 2012 5:31 pm

gmsh python library with FreeCAD 0.19.2 and FreeCAD 0.20

Post by keithsloan52 »

I am trying to use gmsh python library with various versions of FreeCAD on a Mac and am hitting an incompatibility with the library and the version of gmsh

With Linkstage 3 version 10.15 it works.
If in the python console I enter

Code: Select all

import os
os.system(gmsh)
I get gmsh 4.8.4

On FreeCAD 0.19 FreeCAD 0.20 it returns 32512.
Are all prebuilt versions of FreeCAD 0.19 and 0.20 built with such an old/ancient version of Gmsh or is it only MacOS?
Post Reply