executables

Todd V. Rovito rovitotv at rovitotv.org
Thu Dec 18 20:32:08 EST 2003


Thus spoke km (km at mrna.tn.nic.in):
>  how do i create a linux executable from a python script. is that possible
>  ? if so is it a real executable or its just a clever executable packaging
>  system which makes its size huge as in Perl.  kindly enlighten, thanks,
AFAIK there are two options.
(1) py2exe which I think is a clever executable packaging system which makes
its size huge as in Perl.
(2) psyco which is like the JIT compiler for java, as I understand it this
option requires lots of memory and is just starting to become popular.

It is possible other solutions are known by more experienced people since I
just started using Python last week.

-- 
Todd V. Rovito
rovitotv at rovitotv   dot org
Carpe Aptenodytes! ================ "Seize the Penguins!" 
Running GNU/LFS 4.1 Linux 2.4.21





More information about the Python-list mailing list