Jump to content

py2exe

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Wickorama (talk | contribs) at 08:48, 24 October 2014 (External links: Category:Software using the MIT license). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
py2exe
Stable release
0.9.2.0 for Python 3 /
9 May 2014 (2014-05-09)[1]
0.6.9 for Python 2 /
15 November 2008 (2008-11-15)[2]
Repository
Written inPython
PlatformWindows
LicenseMIT[3]
Websitepy2exe.org

py2exe is a Python extension which converts Python scripts (.py) into Windows executables (.exe). These executables can run on a system without Python installed.[4] It is the most common tool for doing so.

py2exe was used to distribute the official BitTorrent client (prior to version 6.0) and is still used to distribute SpamBayes as well as other projects.

Since May 2014, there is a version of py2exe available for Python 3.[1] Before then, py2exe was only made for Python 2 and it was necessary to use an alternative like cx_Freeze for Python 3 code.

References

  1. ^ a b "py2exe 0.9.2.0 : Python Package Index". Retrieved 6 September 2014.
  2. ^ "News". py2exe.org. Retrieved 2 February 2014.
  3. ^ "Licence". sourceforge.net May 2014.
  4. ^ "FrontPage". py2exe.org. Retrieved 2 February 2014.