<div dir="ltr">
<div>Hi all,</div><div><br></div><div>I mean to use the Gmsh Python API under Win 10 / Msys2 (from PortableApps).</div><div>To get this right, I added<br></div><div><br></div><div dir="ltr">elif platform.system() == 'MSYS_NT-10.0-WOW':<br>    lib = CDLL(os.path.join(libdir, "gmsh-4.0.dll"))<br></div><div dir="ltr"><br></div><div>But then I get</div><div><br></div><div>>>> import api_gmsh<br>/c/Users/ry16205/Documents/soft-hard-ware/science_math_visualization/gmsh/python<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "/c/Users/ry16205/Documents/soft-hard-ware/science_math_visualization/gmsh/python/api_gmsh.py", line 30, in <module><br>    lib = CDLL(os.path.join(libdir, "gmsh-4.0.dll"))<br>  File "/usr/lib/python3.6/ctypes/__init__.py", line 343, in __init__<br>    self._handle = _dlopen(self._name, mode)<br>OSError: Exec format error</div><div><br></div><div>What would the right way of doing this be?</div>

</div>