<div dir="ltr">Hi!<br><br>I am running MSYS2 on Windows 10 (64bit) with Python 3.10.11. I was able to install <a href="https://packages.msys2.org/base/mingw-w64-python-pywin32">https://packages.msys2.org/base/mingw-w64-python-pywin32</a> using pacman. <br>However, it seems that the installation is missing the win32ui library. I see files for other modules, but no mention of win32ui. win32api, win32print, win32con can be imported, but win32ui import, as expected, throws <font face="monospace">ModuleNotFoundError</font>.<br><br>Has anyone encountered this issue in the MSYS2 environment? Is there a way to fix it?<br><br>Note: pywin32 306 build installed.<br><br>pip under MSYS2 gives<br><font face="monospace">python -m pip install --upgrade pywin32<br>ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)<br></font><br>With best regards,<div><i>-Kristiine Silinja</i></div></div>