Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2007-02-09 22:50:32
Size: 482
Editor: CameronLaird
Comment:
Revision 8 as of 2007-04-06 22:03:59
Size: 895
Editor: CameronLaird
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * tar up the source and send it. It's reasonable to expect that the end-user's host will have Python installed. MacOS comes that way; most Linux distributions do; and it's not onerous to insist that a Windows user install, for example, ActivePython
 * for Windows, use MovablePython
 *
 * tar up the source and send it. It's reasonable to expect that the end-user's host will have Python installed. MacOS comes that way; most Linux distributions do; and it's not onerous to insist that a Windows user install, for example, ActivePython;
 * for Windows, use MovablePython;
 * for this purpose, ["Pyrex"] can be regarded as a language variant to Python itself;
 * ["Freeze"]
 * ["cx_Freeze"]
 * [wiki:MacPython/py2app py2app] is for Macintosh
 * ["py2exe"]
 * Gordon McMillan's installer
 * PyInstaller
 * ...

FredrikLundh
[http://effbot.org/zone/python-compile.htm discussed]
some of these in 2003.

As of 2007, py2exe perhaps is second in use only to source distribution.

One of the most-frequently asked questions of all time is this: "I have a Python application I've developed; how do I deliver it to my customer/friend/...?"

Here are typical answers:

  • tar up the source and send it. It's reasonable to expect that the end-user's host will have Python installed. MacOS comes that way; most Linux distributions do; and it's not onerous to insist that a Windows user install, for example, ActivePython;

  • for Windows, use MovablePython;

  • for this purpose, ["Pyrex"] can be regarded as a language variant to Python itself;
  • ["Freeze"]
  • ["cx_Freeze"]
  • [wiki:MacPython/py2app py2app] is for Macintosh
  • ["py2exe"]
  • Gordon McMillan's installer

  • PyInstaller

  • ...

FredrikLundh [http://effbot.org/zone/python-compile.htm discussed] some of these in 2003.

As of 2007, py2exe perhaps is second in use only to source distribution.

deployment (last edited 2019-01-16 09:31:39 by Sven Schirmer)

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