Hi everybody,
I try to run the gmsh macro for windows (freecad 0.15) : not working ( I dl gmsh 2.11 and installed: herebelow in the original post this is gmsh 2.8.3).
I did every single changes announced on this thread.
however to be sure below the macro part:
A) question about the macro changed on line 8
# CONFIGURATION - EDIT THE FOLLOWING LINE TO MATCH YOUR GMSH BINARY
gmsh_bin = "C:\\Users\\ubrammer\\gmsh-2.8.3-Windows\\gmsh.exe"
# pathSep = "\\"
pathSep = '/'
# END CONFIGURATION
what I now have in the macro:
# CONFIGURATION - EDIT THE FOLLOWING LINE TO MATCH YOUR GMSH BINARY
gmsh_bin = "C:\newfolder\gmsh-2.11.0-Windows\gmsh.exe"
# pathSep = "\\"
pathSep = '/'
# END CONFIGURATION
Do I need to write like that instead? or is it just fine like above?:
gmsh_bin = "C:/newfolder/gmsh-2.11.0-Windows/gmsh.exe"
B)question about change on line 16 and 203 (on my macro: it is however 17 and 204 I may have a line jump... which is weird because I just dl it like it is without changing anything).
[import MechanicalAnalysis ---> import FemAnalysis and later on
MechanicalAnalysis.makeMechanicalAnalysis('MechanicalAnalysis') ---> FemAnalysis.makeFemAnalysis('MechanicalAnalysis')]
Without changing those lines : I can at least start the macro and I get the GUI for the various gmsh options / if I change those lines then no GUI at all and Error : traceback .... no module named FemAnalysis .
------:-o so what the hell I do wrong? can you give me any help? thx in advance to all of you.
best regards