mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
50 lines
426 B
ReStructuredText
50 lines
426 B
ReStructuredText
Freezing Your Code
|
|
==================
|
|
|
|
An alternative to shipping your code is freezing it — shipping it as an
|
|
executable with a bundled Python interpreter.
|
|
|
|
Many applications you use every day do this:
|
|
|
|
- Dropbox
|
|
- BitTorrent
|
|
-
|
|
|
|
|
|
.. todo:: Fill in "Freezing Your Code" stub
|
|
|
|
Windows
|
|
:::::::
|
|
|
|
|
|
py2exe
|
|
------
|
|
|
|
|
|
|
|
OSX
|
|
:::
|
|
|
|
|
|
py2app
|
|
------
|
|
|
|
|
|
|
|
|
|
PyInstaller
|
|
-----------
|
|
|
|
|
|
|
|
|
|
Linux
|
|
:::::
|
|
|
|
|
|
bbFreeze
|
|
--------
|
|
|
|
PyInstaller
|
|
-----------
|