Jump to content

py2exe

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 173.73.44.108 (talk) at 01:40, 16 October 2012 (External links: Cleaning up a strange looking link that lead to a 404 error anyway). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


py2exe
Stable release
0.6.9 / November 15, 2008; 16 years ago (2008-11-15)
Repository
Written inPython
PlatformWindows
LicenseMIT
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. 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.