A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-list/2005-September/333865.html below:

Python compiled?

Python compiled? Python compiled?Kartic removethis.kartic.krishnamurthy at gmail.com
Mon Sep 5 15:00:39 EDT 2005
> One of the greatest problem that may discourage a new user to choose Python 
> language is it's interpreted nature.

Strange.. this is one reason I love Python :-)

> Another important problem is that no interpreter is installed on Windows 
> machine by default and this makes harder to distribute the software.
> Does it is planned that, in a far future, Python will implement a form of 
> compilation?
> This would be awesome. 

py2exe (http://starship.python.net/crew/theller/py2exe/) and pyinstaller 
(http://pyinstaller.hpcf.upr.edu/pyinstaller/) compile python programs 
into .exe files that can be executed on any Win32 machine.

So you can develop the code using the python interpreter and deploy it 
using either of these. I have used py2exe and nsis installer to create 
setup versions of my applications and it deployment is really smooth, 
just like any compiled software.

-Kartic

More information about the Python-list mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4