A distutils extension to create standalone windows programs from python scripts.
License
MIT LicenseFollow py2exe
You Might Also Like
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
july 22, 2021: py2exe worked effortlessly for me in python27. pyinstaller did not work for me, no matter what steps I took.
-
Hi there, I also have come to the same error as the user below. python setup.py py2exe running py2exe Traceback (most recent call last): IndexError: tuple index out of range I have checked paths and python is correctly installed into the path. None of the files conflict with Windows .dll's Running Win 10 - Python 3.6.5 I've been looking for a program that can do conversions from python to .exe files so thanks a bunch in advance!
-
I am using Python 3.6 on Windows 10. I created setup.py from distutils.core import setup import py2exe setup(console=['test.py']) I run this script and then run test from windows prompt and it gives output of test.py but I am not able to find where is test executable But if I run the command python setup.py py2exe I get IndexError: tuple index out of range Can anyboy explain this strange behaviour?
-
easy and powerful
-
LF>Support for python 3.x.