Hi all,

I mean to use the Gmsh Python API under Win 10 / Msys2 (from PortableApps).
To get this right, I added

elif platform.system() == 'MSYS_NT-10.0-WOW':
    lib = CDLL(os.path.join(libdir, "gmsh-4.0.dll"))

But then I get

>>> import api_gmsh
/c/Users/ry16205/Documents/soft-hard-ware/science_math_visualization/gmsh/python
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/c/Users/ry16205/Documents/soft-hard-ware/science_math_visualization/gmsh/python/api_gmsh.py",
line 30, in <module>
    lib = CDLL(os.path.join(libdir, "gmsh-4.0.dll"))
  File "/usr/lib/python3.6/ctypes/__init__.py", line 343, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: Exec format error

What would the right way of doing this be?
_______________________________________________
gmsh mailing list
[email protected]
http://onelab.info/mailman/listinfo/gmsh

Reply via email to