@@ -46,17 +46,18 @@ On Linux, an alternative to freezing is to
4646Comparison of Freezing Tools
4747****************************
4848
49+ Date of this writing: Oct 5, 2019
4950Solutions and platforms/features supported:
5051
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+ =========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== =====================
6061
6162.. note ::
6263 Freezing Python code on Linux into a Windows executable was only once
0 commit comments