Py2exe

py2exe
Original authorThomas Heller
DeveloperCommunity
Initial release24 January 2001; 25 years ago (2001-01-24)
Stable release
0.13.0.0 / 5 November 2022; 3 years ago (2022-11-05)[1]
Written inPython, C
PlatformMicrosoft Windows
TypePackaging tool
LicenseMIT[2]
Websitewww.py2exe.org
Repositorygithub.com/py2exe/py2exe

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.[1] 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

  1. ^ a b "py2exe : Python Package Index".
  2. ^ "Licence". sourceforge.net May 2014. 19 December 2017.
  3. ^ "FrontPage". py2exe.org. Retrieved 2 February 2014.
  4. ^ "old Python 2 py2exe".


Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.