Differences between revisions 18 and 19
Revision 18 as of 2007-12-29 17:22:35
Size: 1769
Editor: CameronLaird
Comment:
Revision 19 as of 2008-03-12 20:25:27
Size: 1788
Editor: 65
Comment: mark dead link
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
 * [http://www.mcmillan-inc.com/install1.html McMillan's page] about (other) distributing solutions.  * (FIXME: dead link) [http://www.mcmillan-inc.com/install1.html McMillan's page] about (other) distributing solutions.

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.