A distutils extension to create standalone Windows programs from Python code
py2exe is a distutils extension which allows to build standalone Windows executable programs (32-bit and 64-bit) from Python scripts. Python versions included in the official development cycle are supported (from 3.6 to 3.9 included). py2exe can build console executables and windows (GUI) executables. Building windows services, and DLL/EXE COM servers might work but it is not actively supported. Development of py2exeis hosted here: https://github.com/py2exe/py2exe. Changes Detailed changelog is published on GitHub. Version 0.10.2.0: New module finder with support for implicit […]
Read more