> 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.
Hi Renato, I want to run a buildbot slave in a MINGW 64/32 shells [1] and so need the pywin32 dependency. Could you please give me hints on how you start building pywin32 so that I can try to take over your work? What I tried so far is: - Download the archive of pywin32 version 219 [2] - Apply your latest patch [3] - run python setup.py build in a MINGW64 shell. I obtained the following error: [error: Python was built with Visual Studio version 6, and extensions need to be built with the same version of the compiler, but it isn't installed.] Thanks, [1] http://buildbot.net/ [2] http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/pywin32-219.zip/download [3] https://github.com/Alexpux/MINGW-packages/blob/eb3f2a69bcee841aa1bdfc6a083350541b63ea9e/mingw-w64-python-pywin32/001-compile-and-setup-fixes.patch ------------------------------------------------------------------------------ _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
