Differences between revisions 15 and 16
Revision 15 as of 2007-05-15 10:25:12
Size: 1693
Editor: PaulBoddie
Comment: Tidied up. Linked to cx_Freeze. Removed obsolete links.
Revision 16 as of 2007-05-16 18:08:31
Size: 1732
Editor: CameronLaird
Comment:
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:


(Someone needs to explain eggs.)

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.