Has anyone successfully created a Windows executable file using py2exe, cx_Freeze or Pyinstaller under Wine from a Linux machine?
My goal is to be able to just push the code to a gitolite repository Ubuntu server then a git-hook will build the exe for windows and publish them for distribution. I've tried using cx_Freeze to no avail; pyinstaller seems to work but needs pywin32 which crashed during installation in wine.
If someone has successfully done so, how did you do it and did you have to install all the Python modules that were required by the application to be "compiled" for the wine-python installation? The specific application for which I want a windows exe is the Tryton Client.