Differences between revisions 16 and 17
Revision 16 as of 2007-05-16 18:08:31
Size: 1732
Editor: CameronLaird
Comment:
Revision 17 as of 2007-05-16 18:09:50
Size: 1736
Editor: CameronLaird
Comment:
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:

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:

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.