-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cx_freeze 5 support on MS Windows #1528
Comments
2017-05-23 15:33:39: antoine commented
|
2017-05-23 16:02:40: antoine uploaded file
|
2017-05-23 16:28:54: antoine commented
|
2017-05-25 07:10:29: antoine commented
|
2017-06-21 10:29:12: antoine commented
|
2017-07-03 14:04:46: antoine commented
|
Blocker for #1574. Raising. |
2017-07-17 14:48:04: antoine commented
|
2017-09-28 08:21:53: antoine commented
|
Note: the 64-bit builds now use cx_Freeze version 5.x (with manual patching since 5.0.2 is so buggy..) |
The python2 / GTK2 builds will remain on the 4.x branch, the 5.x branch works for python3 / GTK3. |
r20018 re-enables cx_freeze from the msys2 repositories rather than holding it back at an older version. |
Follow up from #678, needed for #1527.
The version of cx_Freeze currently shipped by msys2 is 4.3.3, and it works well enough for our needs.
Version 5 breaks all sort of things, and contains some unfixed bugs... but we need it to be able to create a service (#1527), and msys2 is bound to update eventually - we'd better be ready for that.
Issues:
sys.real_prefix
for Python 2.7, workaround by definingsys.base_prefix
cx_Logging
must be side by side with thecx_Freeze-5.0.XX
source directory we build from..), Windows service executable missing in distribution - suggests the dependency should be dropped as the package is unmaintained...Scary how many of the tickets on the cx_freeze bug tracker are old and unanswered.
The resulting installation is still completely broken... so maybe we need some of the ignored bugs / pull requests:
cx_freeze can generate an MSI installer, but there is no documentation on how that works:
Documentation of how to create desktop or program menu shortcut in Windows
What a mess.
The text was updated successfully, but these errors were encountered: