Dear MSYS2 Developers,

First of all, many thanks for this excellent project - please do keep up
the good work.

I am trying to use pyinstaller to generate an executable for a python
script. I managed to install pyinstaller via `pip install pyinstaller` from
MSYS2 console. However, when using pyinstaller, it says that pywin32 is
required in Windows.

I can see in this link:

https://github.com/Alexpux/MINGW-packages

that some work is already in progress towards pywin32 in MSYS2. However, it
seems that pywin32 is still not available via pacman and when I git clone
this package and try to build it myself via makepkg-mingw, I get the error:

error: command 'C:\\msys64\\mingw64\\bin/x86_64-w64-mingw32-gcc.exe' failed
with exit status 1
==> ERROR: A failure occurred in build().
    Aborting...

even though all dependencies were resolved before.

When is pywin32 going to be available via pacman? How can I successfully
build it?

Best regards,
Allan
------------------------------------------------------------------------------
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to