Differences between revisions 3 and 4
Revision 3 as of 2008-08-12 22:28:29
Size: 344
Editor: MichaelFoord
Comment:
Revision 4 as of 2008-08-24 00:50:36
Size: 344
Editor: CameronLaird
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
  * For Windows, the simplest way of creating a standalone executable from Python applications is to use the tool Py2exe.   * For Windows, the simplest way of creating a standalone executable from Python applications is to use the tool Py2Exe.

SEE:[wiki:Ten_things_people_want_to_know_about_Python Ten things people want to know about Python]for more details.

Answer
  • There are several distinct approaches; "DistributionUtilities" introduces them.

  • For Windows, the simplest way of creating a standalone executable from Python applications is to use the tool Py2Exe.

How to make exe on Windows (last edited 2008-11-15 14:01:02 by localhost)

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