py2exe

From Wikipedia, the free encyclopedia

Page Module:Infobox/styles.css has no content.

py2exe
[[Programmer|Original authorTemplate:Pluralize from text]]Thomas Heller
[[Programmer|DeveloperTemplate:Pluralize from text]]Community
Initial release24 January 2001; 25 years ago (2001-01-24)
Template:Infobox software/simple
Written inPython, C
PlatformMicrosoft Windows
TypePackaging tool
LicenseMIT[1]
Websitewww.py2exe.org
Repositorygithub.com/py2exe/py2exe

Script error: No such module "Check for conflicting parameters".

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

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

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

Although this program transforms a .py file to an .exe, it does not make it run faster because py2exe bundles the Python bytecode without converting it to machine-code. It may even run slower than using the Python interpreter directly because of startup overhead.

References

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content."Licence". sourceforge.net May 2014. 19 December 2017.
  2. ^ a b Page Module:Citation/CS1/styles.css has no content."py2exe : Python Package Index".
  3. ^ Page Module:Citation/CS1/styles.css has no content."FrontPage". py2exe.org. Retrieved 2 February 2014.
  4. ^ Page Module:Citation/CS1/styles.css has no content."old Python 2 py2exe".


Template:Asbox