Differences between revisions 17 and 18
Revision 17 as of 2007-05-16 18:09:50
Size: 1736
Editor: CameronLaird
Comment:
Revision 18 as of 2007-12-29 17:22:35
Size: 1769
Editor: CameronLaird
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
See also:
 
 * ["buildout"]

Distribution Utilities

Tools for distributing Python software:

General Package Distribution

General distribution of Python code is typically done using the [wiki:DistUtils distutils] package from the standard library which can produce source and binary distributions which depend on end-users having Python already installed on their computer.

Installers

The following are projects which support the production of installers or stand-alone executables.

See also:

See also:

  • ["buildout"]

System Package Distribution

Although [wiki:DistUtils distutils] supports the production of some system packages, other tools exist to make such packages:

(Someone needs to explain eggs.)

DistributionUtilities (last edited 2024-01-04 11:20:11 by MarcAndreLemburg)

Unable to edit the page? See the FrontPage for instructions.