b6803af318e90258469c8f392c7075f35572bf00
[python-guide.git] / docs / shipping / freezing.rst
1 Freezing Your Code
2 ==================
3
4 An alternative to shipping your code is freezing it — shipping it as an
5 executable with a bundled Python interpreter.
6
7 Many applications you use every day do this:
8
9 - Dropbox
10 - BitTorrent
11 -
12
13
14 .. todo:: Fill in "Freezing Your Code" stub
15
16 Windows
17 :::::::
18
19
20 py2exe
21 ------
22
23
24
25 OSX
26 :::
27
28
29 py2app
30 ------
31
32
33
34
35 PyInstaller
36 -----------
37
38
39
40
41 Linux
42 :::::
43
44
45 bbFreeze
46 --------
47
48 PyInstaller
49 -----------