File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,19 @@ Solutions and platforms/features supported:
2323Solution Windows Linux OS X Python 3 License One-file mode Zipfile import Eggs pkg_resources support
2424=========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
2525bbFreeze yes yes yes no MIT no yes yes yes
26- py2exe yes no no no MIT yes yes no no
26+ py2exe yes no no yes MIT yes yes no no
2727pyInstaller yes yes yes no GPL yes no yes no
2828cx_Freeze yes yes yes yes PSF no yes yes no
29+ py2app no no yes yes MIT no yes yes yes
2930=========== ======= ===== ==== ======== ======= ============= ============== ==== =====================
3031
31- .. todo :: Add other solutions: py2app
32-
3332.. note ::
3433 Freezing Python code on Linux into a Windows executable was only once
3534 supported in PyInstaller `and later dropped.
3635 <http://stackoverflow.com/questions/2950971/cross-compiling-a-python-script-on-linux-into-a-windows-executable#comment11890276_2951046> `_.
3736
3837.. note ::
39- All solutions need MS Visual C++ dll to be installed on target machine.
38+ All solutions need MS Visual C++ dll to be installed on target machine, except py2app .
4039 Only Pyinstaller makes self-executable exe that bundles the dll when
4140 passing :option: `--onefile ` to :file: `Configure.py `.
4241
You can’t perform that action at this time.
0 commit comments