John Pye
John Pye
@lazka I tried `AddDllDirectoryW`, but it was not available in `` so I reverted to `AddDllDirectory`. I found that I still need to set `config.platlibdir` as well, so that seems...
not sure if this is also relevant...? https://github.com/msys2-contrib/cpython-mingw/issues/48
@lazka I tried with the AddDllDirectory approach, and it worked when importing using `PyImport_Import` from C, but I believe it did not work when I dropped down to to Python...