Differences between revisions 56 and 81 (spanning 25 versions)
Revision 56 as of 2011-08-25 15:22:43
Size: 3417
Comment:
Revision 81 as of 2020-10-27 22:20:58
Size: 3310
Comment: Updates for 0.10.x (repository, contributors)
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl_rights_default = "All:read" #acl JimmyRetzlaff:read,write,delete,revert,admin albertosottile:read,write,delete,revert All:read
Line 6: Line 6:
py2exe is a [[http://www.python.org/|Python]] [[http://www.python.org/doc/current/distutils/|Distutils]] extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.
Line 8: Line 7:
Development is hosted at [[http://sourceforge.net/projects/py2exe/|SourceForge]]. You can find the [[https://lists.sourceforge.net/lists/listinfo/py2exe-users|mailing list]], [[http://sourceforge.net/svn/?group_id=15583|svn]], and [[http://sourceforge.net/project/showfiles.php?group_id=15583|downloads]] there. py2exe is a [[https://www.python.org/|Python]] [[https://docs.python.org/3/library/distutils.html|Distutils]] extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.[[https://www.py2exe.org/cgi-bin/exothermic|{{https://www.py2exe.org/spice.gif|Spice|width=0}}|class=]]
Line 10: Line 9:
py2exe was originally developed by ThomasHeller who still makes contributions, JimmyRetzlaff is the current maintainer, and MarkHammond also makes regular contributions. Code contributions are always welcome from the community and many people provide invaluable help on the mailing list and the Wiki. Development is hosted on [[https://github.com/py2exe/py2exe|GitHub]]. You can find the [[https://lists.sourceforge.net/lists/listinfo/py2exe-users|mailing list]], [[https://sourceforge.net/p/py2exe/svn/HEAD/tree/|svn]], and [[https://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/|downloads for Python 2]] there. [[https://pypi.org/project/py2exe/|Downloads for Python 3]] are on PyPI.

py2exe was originally developed by Thomas Heller who still makes contributions. Jimmy Retzlaff, Mark Hammond, and Alberto Sottile have also made contributions. Code contributions are always welcome from the community and many people provide invaluable help on the mailing list and the Wiki.
Line 16: Line 17:
The old [[http://www.py2exe.org/old|py2exe]] web site is still available until that information has found its way into this wiki. The old [[https://www.py2exe.org/old|py2exe]] web site is still available until that information has found its way into this wiki.
Line 19: Line 20:
 * [[http://sourceforge.net/project/showfiles.php?group_id=15583|Download py2exe from SourceForge]]  * [[https://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/|Download py2exe for Python 2 from SourceForge]]
 * [[https://pypi.org/project/py2exe/|Download py2exe for Python 3 from PyPI]]
Line 29: Line 31:
 * [[https://lists.sourceforge.net/lists/listinfo/py2exe-users|Get help on the mailing list]]  * [[https://sourceforge.net/projects/py2exe/lists/py2exe-users|Get help on the mailing list]]
Line 32: Line 34:
== Wiki Tools ==
 * RecentChanges: see where people are currently working
 * FindPage: search or browse the database in various ways
 * SiteNavigation: get an overview over this site and what it contains
 * RSS feed http://www.py2exe.org/index.cgi/RecentChanges?action=rss_rc&unique=1
== How to use this site ==
Line 38: Line 36:
== How to use this Wiki ==
Line 40: Line 37:

* Edit any page by pressing '''<<GetText(Edit)>>''' at the top or the bottom of the page. You must be logged in to '''<<GetText(Edit)>>''' pages. This is to avoid Wiki spam.
 * Create a link to another page with joined capitalized words (like WikiSandBox) or with {{{["quoted words in brackets"].}}} (SyntaxReference is a quick access to wiki syntax)

 * Search for page titles or text within pages using the search box at the top of any page.
 * Edit any page by pressing '''<<GetText(Edit)>>''' at the top or the bottom of the page
 * Create a link to another page with joined capitalized words (like WikiSandBox) or with {{{[[words in brackets]]}}}
 *
Search for page titles or text within pages using the search box at the top of any page
Line 47: Line 42:
To learn more about what a WikiWikiWeb is, read about MoinMoin:WhyWikiWorks and the MoinMoin:WikiNature. Also, consult the HelpMiscellaneous/FrequentlyAskedQuestions page. To learn more about what a WikiWikiWeb is, read about MoinMoin:WhyWikiWorks and the MoinMoin:WikiNature.

T
his wiki is powered by [[http://moinmo.in/|MoinMoin]].

py2exe

py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.Spice

Development is hosted on GitHub. You can find the mailing list, svn, and downloads for Python 2 there. Downloads for Python 3 are on PyPI.

py2exe was originally developed by Thomas Heller who still makes contributions. Jimmy Retzlaff, Mark Hammond, and Alberto Sottile have also made contributions. Code contributions are always welcome from the community and many people provide invaluable help on the mailing list and the Wiki.

py2exe is used by BitTorrent, SpamBayes, and thousands more - py2exe averages over 5,000 downloads per month.

In an effort to limit Wiki spam, this front page is not editable. Feel free to edit other pages with content relevant to py2exe. You will need an account to edit (but not to read) and your account information will be used only for the purposes of administering this Wiki.

The old py2exe web site is still available until that information has found its way into this wiki.

Starting Points

How to use this site

A Wiki is a collaborative site, anyone can contribute and share:

  • Edit any page by pressing Edit at the top or the bottom of the page

  • Create a link to another page with joined capitalized words (like WikiSandBox) or with [[words in brackets]]

  • Search for page titles or text within pages using the search box at the top of any page
  • See HelpForBeginners to get you going, HelpContents for all help pages.

To learn more about what a WikiWikiWeb is, read about WhyWikiWorks and the WikiNature.

This wiki is powered by MoinMoin.

FrontPage (last edited 2020-10-27 22:20:58 by albertosottile)