| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4418ae3 commit 0bcbf04
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,20 +23,19 @@ Solutions and platforms/features supported: | |||
| 23 | 23 | Solution Windows Linux OS X Python 3 License One-file mode Zipfile import Eggs pkg_resources support | |
| 24 | 24 | =========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== | |
| 25 | 25 | bbFreeze 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 | ||
| 27 | 27 | pyInstaller yes yes yes no GPL yes no yes no | |
| 28 | 28 | cx_Freeze yes yes yes yes PSF no yes yes no | |
| 29 | + py2app no no yes yes MIT no yes yes yes | ||
| 29 | 30 | =========== ======= ===== ==== ======== ======= ============= ============== ==== ===================== | |
| 30 | 31 | ||
| 31 | - .. todo:: Add other solutions: py2app | ||
| 32 | - | ||
| 33 | 32 | .. note:: | |
| 34 | 33 | Freezing Python code on Linux into a Windows executable was only once | |
| 35 | 34 | supported in PyInstaller `and later dropped. | |
| 36 | 35 | <http://stackoverflow.com/questions/2950971/cross-compiling-a-python-script-on-linux-into-a-windows-executable#comment11890276_2951046>`_. | |
| 37 | 36 | ||
| 38 | 37 | .. 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. | ||
| 40 | 39 | Only Pyinstaller makes self-executable exe that bundles the dll when | |
| 41 | 40 | passing :option:`--onefile` to :file:`Configure.py`. | |
| 42 | 41 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments