Cubit 2024.3 problem. Before I update form 2023.11, I did not have this problem.
I have a python environment with gmsh which I have installed with the following command.
pip install gmsh
When I start gmsh from python using system command it is ok, but once I import cubit
Gmesh does not launch with importing error of gmsh.
os.system('gmsh')
import cubit
del cubit
os.system('gmsh')
The linux version does not have this issue, but the windows version has.
Thanks.