You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cx_Freeze appears to have a much better feature set than PyInstaller, including support for generating Windows MSI installers, Linux RPM packages, and support for Python 3. We should investigate whether it would be a good idea to switch at some point.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3036019-investigate-pyinstaller-alternatives?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
In contrast to cx_Freeze, PyInstaller seems to have the ability to use WINE: https://github.com/paulfurley/python-windows-packager . However, I'm not sure how scriptable this is, and the examples given use insecure HTTP links to download dependencies.
Just to clarify, cx_Freeze only has difficulty in the sense that you need to manually copy in some .dll files afterward. This doesn't mean that cx_Freeze is unworkable for us.
cx_Freeze appears to have a much better feature set than PyInstaller, including support for generating Windows MSI installers, Linux RPM packages, and support for Python 3. We should investigate whether it would be a good idea to switch at some point.
http://cx-freeze.sourceforge.net/
Relevant to #34 and #33
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3036019-investigate-pyinstaller-alternatives?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F435873&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: