Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
py2exe
Program that converts python scripts into Windows-executables

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. 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. 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 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.

We don't have any images related to py2exe yet.
We don't have any YouTube videos related to py2exe yet.
We don't have any PDF documents related to py2exe yet.
We don't have any Books related to py2exe yet.
We don't have any archived web articles related to py2exe yet.

References

  1. "FrontPage". py2exe.org. Retrieved 2 February 2014. http://www.py2exe.org/

  2. "py2exe : Python Package Index". https://pypi.org/project/py2exe/

  3. "old Python 2 py2exe". https://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/