Differences between revisions 38 and 53 (spanning 15 versions)
Revision 38 as of 2007-02-02 21:42:07
Size: 3292
Editor: THeller
Comment:
Revision 53 as of 2011-01-06 17:35:05
Size: 3385
Editor: techtonik
Comment: separate py2exe from wiki info
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
py2exe is a [http://www.python.org/ Python] [http://www.python.org/doc/current/dist/ Distutils] extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation. 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 8:
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/cvs/?group_id=15583 CVS], and [http://sourceforge.net/project/showfiles.php?group_id=15583 downloads] there. 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.
Line 12: Line 12:
py2exe is used by [http://www.bittorrent.com BitTorrent], [http://spambayes.sourceforge.net/windows.html SpamBayes], and thousands more - py2exe averages over 5,000 downloads per month. py2exe is used by [[http://www.bittorrent.com|BitTorrent]], [[http://spambayes.sourceforge.net/windows.html|SpamBayes]], and thousands more - py2exe averages over 5,000 downloads per month.
Line 16: Line 16:
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 [[http://www.py2exe.org/old|py2exe]] web site is still available until that information has found its way into this wiki.
Line 19: Line 19:
 * [http://sourceforge.net/project/showfiles.php?group_id=15583 Download py2exe from SourceForge]
 * ["News"]: information about the most recent releases
 * ["Tutorial"]: the basics of creating a Windows executable
 * ["FAQ"]: What does py2exe actually do and what are all those files?
 * [[http://sourceforge.net/project/showfiles.php?group_id=15583|Download py2exe from SourceForge]]
 * [[News]]: information about the most recent releases
 * [[Tutorial]]: the basics of creating a Windows executable
 * [[FAQ]]: What does py2exe actually do and what are all those files?
Line 25: Line 25:
 * NonEnglish: read about py2exe in languages like Spanish, Korean, ...
 * [https://lists.sourceforge.net/lists/listinfo/py2exe-users Get help on the mailing list]
 * ProblemsToBeFixed
 * ReleaseProcess
 * NonEnglish: read about py2exe in other languages
 * [[https://lists.sourceforge.net/lists/listinfo/py2exe-users|Get help on the mailing list]]
 * [[irc://irc.freenode.net/py2exe|#py2exe]] IRC channel at Freenode.net

== Wiki Tools ==
Line 28: Line 33:
 * WikiSandBox: feel free to change this page and experiment with editing
Line 30: Line 34:
 * SyntaxReference: quick access to wiki syntax
Line 32: Line 35:
 * ProblemsToBeFixed  * RSS feed http://www.py2exe.org/index.cgi/RecentChanges?action=rss_rc&unique=1
Line 34: Line 37:
== How to use this site == == How to use this Wiki ==
Line 37: Line 40:
 * Edit any page by pressing '''[[GetText(Edit)]]''' at the top or the bottom of the page. The FrontPage is not editable and you must be logged in to '''[[GetText(Edit)]]''' other 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"].}}}
 * 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)
Line 41: Line 45:

py2exe

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

Development is hosted at SourceForge. You can find the mailing list, svn, and downloads there.

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.

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

Wiki Tools

How to use this Wiki

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. You must be logged in to 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.
  • 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. Also, consult the HelpMiscellaneous/FrequentlyAskedQuestions page.

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