Python - py2exe 0.6.9
It is a great utility that allows you to create an executable Pythons script
Program info
Py2exe is an extension developed for Python, created by Thomas Heller and maintained by Jimmy Retzlaff.
Since Python is an interpreted, not compiled language, you must have the Python interpreter installed in order to run Python scripts. This creates a problem when you want to distribute an application made in Python to users that do not have the required interpreter installed on their computers. Therefore, you must create an executable file, so that a user could run Python program. Py2exe extends Python's distribution utilities (Distutils) that are made to distribute Python scripts. By including the interpreter into the file executer the scripts can be turned into executable. Once you have a script you must create a setup file, similar to those in DistUtils. As soon as you run this script an executable file will appear.
Py2exe works with any version of Windows so far, and it is one of the most downloaded extensions for Python. Without doubt, this is a package to have, if you plan distributing your Python scripts to an open market.
Pros
- Quick and easy to use
- Allows .exe files for Python scripts
Cons
- You have to create the setup file
Details
Extensions
No information available
The data will be available later.Old versions
No information available
The data will be available later.Related software
Create web and desktop applications using an object oriented language.
Enhanced interactive Python shell and architecture for parallel computing.
Redistribute your Java projects as executable files.
Related stories
See allDid you know that VLC is also capable of converting between various formats or compressing your video files? Here's how to do that.
Users have reported that the latest Windows 10 update has deleted file from their PCs. Microsoft is looking into the matter and has decided to temporarily pause the updates.
Microsoft is testing the display of ads and promotions in the File Explorer app.