<div dir="ltr"><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></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><br></div><div><br></div><div><br></div><div dir="ltr">






<div class="gmail-180626" style="font-family:"Consolas";font-size:14px;text-align:start;text-indent:0px;margin:0px">
<span style="color:rgb(192,192,192);background-color:rgb(0,0,0)"></span><br>
</div>


</div></div></div>