Build standalone executables for Windows (python 3 version)
Reason this release was yanked:
broken sdist
Project description
py2exe for Python 3
py2exe
is a distutils extension which allows to build standalone
Windows executable programs (32-bit and 64-bit) from Python scripts;
Python 3.5 and later are supported. It 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 py2exe
is hosted here:
https://github.com/py2exe/py2exe.
Changes (from versions 0.9.x)
Version 0.10.0.2:
- Introduce compatibility with Python 3.5, 3.6, 3.7, and 3.8.
- Dropped compatibility with Python 3.4 and earlier.
- New or updated hooks for
certifi
,numpy
,tkinter
,socket
,ssl
, andsix
. - The
zipfile
option has been removed. runtime
: the Python interpreter DLL is no longer altered before being inserted in the executable bundle.- Several bugfixes, better error messages.
Installation
pip install py2exe
Using a setup-script
Documentation about the setup-script and other usage tips are in the wiki pages at http://www.py2exe.org.
Using the builder
The build_exe
CLI is not actively supported at the moment. Users are
encouraged to create their own setup.py
files. Documentation
on how to use the CLI it can be found here.
Known issues
- The modulefinder does not fully support PEP420 implicit namespace packages.
- Building isapi extensions is not supported.
- Unit tests rely on
importlib.find_loader(name, path)
which has been deprecated since Python 3.4. - High-level methods or hooks to embed Qt plugins in the bundle (needed by PysSide2/PyQt5) are missing.
Credits
Credits to mitre/caldera-py2exe for the original fixes for Python 3.5.
Further informations about the original development of py2exe
and other
usage guidelines can be found in the original README.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file py2exe-0.10.0.2.tar.gz
.
File metadata
- Download URL: py2exe-0.10.0.2.tar.gz
- Upload date:
- Size: 104.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40d785a92c85908c4829bcfd4ae9985d20dcdb805e50097c8cba78608b06a81c |
|
MD5 | d7f99fa079bbdc1728c77c87041198bd |
|
BLAKE2b-256 | 7d2b5bb512a67aaa465f8629f2c0d759f56b8136a973b355db32870beb5c76af |
File details
Details for the file py2exe-0.10.0.2-cp38-none-win_amd64.whl
.
File metadata
- Download URL: py2exe-0.10.0.2-cp38-none-win_amd64.whl
- Upload date:
- Size: 144.7 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4de22248a1483673c41af2d421782f21faf6d9e36d311eba11c5ed365fced46e |
|
MD5 | dae2123291936b1e752e498f5cf0d70f |
|
BLAKE2b-256 | dfdb06c46eb2e038c9c59229ff18215f77766a72eb8fa547e8eb0f59a567d4c6 |
File details
Details for the file py2exe-0.10.0.2-cp38-none-win32.whl
.
File metadata
- Download URL: py2exe-0.10.0.2-cp38-none-win32.whl
- Upload date:
- Size: 130.2 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1643114ba04a4428462b3d552cbd8883de75f40a8e24d763397fd24a98b48c90 |
|
MD5 | ad1e5928d5174813ecff778bd9ef9783 |
|
BLAKE2b-256 | 408633d80ba7c635849b3737c9e949518b93bafd351e2e02cabc9aa2d78f2969 |
File details
Details for the file py2exe-0.10.0.2-cp37-none-win_amd64.whl
.
File metadata
- Download URL: py2exe-0.10.0.2-cp37-none-win_amd64.whl
- Upload date:
- Size: 144.0 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c075f6dad111f3635f41b9e5ec132a0479ecc8da9052c6eabd8b18a5877e4c0 |
|
MD5 | ce68b977b492e65ceef56e2ed966593e |
|
BLAKE2b-256 | 18e8d03f7c589f9c8eb5e52d3d6e252ab93742e4f135d60ca88d330b8f98c7a7 |
File details
Details for the file py2exe-0.10.0.2-cp37-none-win32.whl
.
File metadata
- Download URL: py2exe-0.10.0.2-cp37-none-win32.whl
- Upload date:
- Size: 129.7 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd920986f7f6753d63a8788e82c23f6d9cba402da740e05e4b0341331b483c88 |
|
MD5 | 9c1286ee767301df73efd39909e60b24 |
|
BLAKE2b-256 | de313a428662c2f4ee0670e43e4ed3043e9e65a8ae1f353f96909b71a0e9f4a5 |
File details
Details for the file py2exe-0.10.0.2-cp36-none-win_amd64.whl
.
File metadata
- Download URL: py2exe-0.10.0.2-cp36-none-win_amd64.whl
- Upload date:
- Size: 143.6 kB
- Tags: CPython 3.6, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13d515886828c8cb2735e1dc593e6620bd7523a0b1a89a3fe4af3842009112c4 |
|
MD5 | 227dddef5b979317d393197cca262528 |
|
BLAKE2b-256 | a0fbc2f7acebdc063c3d81293fc8e15aa703464d087003c54411112f12134075 |
File details
Details for the file py2exe-0.10.0.2-cp36-none-win32.whl
.
File metadata
- Download URL: py2exe-0.10.0.2-cp36-none-win32.whl
- Upload date:
- Size: 129.6 kB
- Tags: CPython 3.6, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be76365a4f394e6fd611b30aee18af4f345b7bd5cbb5c770ae7e6e0041daace2 |
|
MD5 | 8e35a66fb7914973c912ac6a4aa4065c |
|
BLAKE2b-256 | c060be73f032a6202151154217452ad718fc903e4c5f8c2077cc4e764a8fb3bd |
File details
Details for the file py2exe-0.10.0.2-cp35-none-win_amd64.whl
.
File metadata
- Download URL: py2exe-0.10.0.2-cp35-none-win_amd64.whl
- Upload date:
- Size: 143.6 kB
- Tags: CPython 3.5, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97fe6c9e8747b1c5f5f2ee5ea2450338e8ed82612c4c6e6dfa7ded1361992b72 |
|
MD5 | da5f8ab98f1f010bf0b8f27a6ebe7501 |
|
BLAKE2b-256 | 79a5aa7caf7b2b83cd68391dd4e3595cb41c8b7b4979dcd26e6b8c0cfd1baf8c |
File details
Details for the file py2exe-0.10.0.2-cp35-none-win32.whl
.
File metadata
- Download URL: py2exe-0.10.0.2-cp35-none-win32.whl
- Upload date:
- Size: 129.6 kB
- Tags: CPython 3.5, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26db3abe2f40d58f5395c9033368673b0cd7c4a578553f68cae8fd24e62606b7 |
|
MD5 | f906805abf678f63df58afcb854e1426 |
|
BLAKE2b-256 | 5b52e632d5ce788aec8fa19b20ef7c10705e9c7048db859c623715b903a25ff6 |