py2exe

py2exe
Stable release
0.9.2.2 for Python 3 /
21 October 2014 (2014-10-21)[1]
0.6.9 for Python 2 /
15 November 2008 (2008-11-15)[2]
Repository sourceforge.net/p/py2exe/svn/HEAD/tree/
Written in Python
Platform Microsoft Windows
License MIT[3]
Website www.py2exe.org

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.[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 made only for Python 2, 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 as py2exe just bundles the Python bytecode rather than converting it to machine-code. It may even run slower than using the Python interpreter directly because of startup overhead.

References

  1. 1 2 "py2exe 0.9.2.2 : Python Package Index". Retrieved 1 April 2015.
  2. "News". py2exe.org. Retrieved 2 February 2014.
  3. "Licence". sourceforge.net May 2014.
  4. "FrontPage". py2exe.org. Retrieved 2 February 2014.
This article is issued from Wikipedia - version of the 12/22/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.