@@ -46,17 +46,18 @@ On Linux, an alternative to freezing is to
46
46
Comparison of Freezing Tools
47
47
****************************
48
48
49
+ Date of this writing: Oct 5, 2019
49
50
Solutions and platforms/features supported:
50
51
51
- =========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
52
- Solution Windows Linux OS X Python 3 License One-file mode Zipfile import Eggs pkg_resources support
53
- =========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
54
- bbFreeze yes yes yes no MIT no yes yes yes
55
- py2exe yes no no yes MIT yes yes no no
56
- pyInstaller yes yes yes yes GPL yes no yes no
57
- cx_Freeze yes yes yes yes PSF no yes yes no
58
- py2app no no yes yes MIT no yes yes yes
59
- =========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
52
+ =========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== =====================
53
+ Solution Windows Linux OS X Python 3 License One-file mode Zipfile import Eggs pkg_resources support Latest release date
54
+ =========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== =====================
55
+ bbFreeze yes yes yes no MIT no yes yes yes Jan 20, 2014
56
+ py2exe yes no no yes MIT yes yes no no Oct 21, 2014
57
+ pyInstaller yes yes yes yes GPL yes no yes no Jul 9, 2019
58
+ cx_Freeze yes yes yes yes PSF no yes yes no Aug 29, 2019
59
+ py2app no no yes yes MIT no yes yes yes Mar 25, 2019
60
+ =========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== =====================
60
61
61
62
.. note ::
62
63
Freezing Python code on Linux into a Windows executable was only once
0 commit comments