Hi Allan. Nuitka worked for me in the past for creating executables, but
the MSYS2 package was broken last time I checked. Pywin32 is work in
progress with several modules building already. I stopped at some error
about exception handling or something, and then I switched to ctypes and
didn't need pywin32 anymore. If someone is interested in continuing the
work maybe I can give some hints.
Em 16/08/2015 15:57, "Allan Leal" <[email protected]> escreveu:

> 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
>
>
------------------------------------------------------------------------------
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to