Re: [python-win32] pywin32 does not have win32ui under MSYS2

2023-05-25 Thread Kristiine Silinja
Thank you for a quick response. Will get in touch with msys2-packages. With best regards, *-Kristiine Silinja* On Thu, May 25, 2023 at 4:20 PM Mark Hammond wrote: > win32ui is a wrapper around the MS "MFC" library. I suspect that there are > reasons that can't be built for MSYS2, but you'd need

Re: [python-win32] pywin32 does not have win32ui under MSYS2

2023-05-25 Thread Mark Hammond
win32ui is a wrapper around the MS "MFC" library. I suspect that there are reasons that can't be built for MSYS2, but you'd need to ask whoever packages that version up - it's not released by the pywin32 project. Cheers, Mark On 2023-05-25 8:29 a.m., Kristiine Silinja wrote: Hi! I am runnin

[python-win32] pywin32 does not have win32ui under MSYS2

2023-05-25 Thread Kristiine Silinja
Hi! I am running MSYS2 on Windows 10 (64bit) with Python 3.10.11. I was able to install https://packages.msys2.org/base/mingw-w64-python-pywin32 using pacman. However, it seems that the installation is missing the win32ui library. I see files for other modules, but no mention of win32ui. win32api,