A distutils extension to create standalone windows programs from python scripts.
License
MIT LicenseFollow py2exe
Other Useful Business Software
Last year saw the hackers unleash their expertise in skills for a ransom - targeting those unpatched computers in data-critical institutions. Only if the computers were patched on time, billions of dollars could have been saved. ManageEngine’s Patch Manager Plus comes to your rescue, offering you an automated patching solution, now on cloud, for latest hotfixes of Windows updates and a wide range of third-party applications (over 550 of them).
Automate patching with Patch Manager Plus, sit back & relax!
Advertisement
Rate This Project
Login To Rate This ProjectUser Reviews
-
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.
-
Does not work for me...
-
It works great on Win XP and Python 2.7. Thank you for your work.