From 0bcbf041bb677f19a5417acf780a69200fa6e20d Mon Sep 17 00:00:00 2001 From: Mike Driscoll Date: Tue, 23 Sep 2014 16:29:58 -0500 Subject: [PATCH] Update freezing.rst --- docs/shipping/freezing.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/shipping/freezing.rst b/docs/shipping/freezing.rst index 0cc52d6..9eb559e 100644 --- a/docs/shipping/freezing.rst +++ b/docs/shipping/freezing.rst @@ -23,20 +23,19 @@ Solutions and platforms/features supported: Solution Windows Linux OS X Python 3 License One-file mode Zipfile import Eggs pkg_resources support =========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== bbFreeze yes yes yes no MIT no yes yes yes -py2exe yes no no no MIT yes yes no no +py2exe yes no no yes MIT yes yes no no pyInstaller yes yes yes no GPL yes no yes no cx_Freeze yes yes yes yes PSF no yes yes no +py2app no no yes yes MIT no yes yes yes =========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== -.. todo:: Add other solutions: py2app - .. note:: Freezing Python code on Linux into a Windows executable was only once supported in PyInstaller `and later dropped. `_. .. note:: - All solutions need MS Visual C++ dll to be installed on target machine. + All solutions need MS Visual C++ dll to be installed on target machine, except py2app. Only Pyinstaller makes self-executable exe that bundles the dll when passing :option:`--onefile` to :file:`Configure.py`.