Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 131a064

Browse filesBrowse files
authored
Merge pull request #1011 from llpinokio/master
entry Latest release date added to comparison of features table
2 parents 6af00e9 + ec308a9 commit 131a064
Copy full SHA for 131a064

File tree

Expand file treeCollapse file tree

1 file changed

+10
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-9
lines changed

‎docs/shipping/freezing.rst

Copy file name to clipboardExpand all lines: docs/shipping/freezing.rst
+10-9Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,18 @@ On Linux, an alternative to freezing is to
4646
Comparison of Freezing Tools
4747
****************************
4848

49+
Date of this writing: Oct 5, 2019
4950
Solutions 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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.