python-windows-packager icon indicating copy to clipboard operation
python-windows-packager copied to clipboard

Develop Python on Linux, deploy on Windows. Uses Pyinstaller and Wine to "freeze"...

Results 4 python-windows-packager issues
Sort by recently updated
recently updated
newest added

This changes the package.sh script so that it installs pip and pyinstaller natively within the wine environment. This ensures the build will use the newest version of pyinstaller. Suport is...

There are pywin32 releases for recent python versions over here: https://github.com/mhammond/pywin32/releases but I couldn't check if your script works with them.

Whenever I run ./build_environment/freeze.sh, I get the following error: ``` Freezing /tmp/tmp.K8zgsrprZC_wine to /home/restricted/Desktop Software/Development . (WT)/python-windows-packager/build_environment/wine.tar.gz tar (child): /home/restricted/Desktop\nSoftware/Development\n.\n(WT)/python-windows-packager/build_environment/wine.tar.gz: Cannot open: No such file or directory tar (child): Error...

I tried to use your tool, but it fails with following error: `unzip: cannot find or open /root/python-windows-packager/installers/PyInstaller-2.1.zip, /root/python-windows-packager/installers/PyInstaller-2.1.zip.zip or /root/python-windows-packager/installers/PyInstaller-2.1.zip.ZIP. `