Files
python-guide/docs/shipping/freezing.rst
T
Kenneth Reitz 2b80c13c49 dropbox
2011-05-12 02:48:25 -04:00

47 lines
381 B
ReStructuredText

Freezing Your Code
==================
An alterinative to shipping your code is freezing it — shipping it as an
executable with a bundled Python enterpreter.
Many applications you use every day do this:
- Dropbox
- BitTorrent
-
Windows
:::::::
py2exe
------
OSX
:::
py2app
------
PyInstaller
-----------
Linux
:::::
bbFreeze
--------
PyInstaller
-----------