executables
Todd V. Rovito
rovitotv at rovitotv.org
Thu Dec 18 20:32:08 EST 2003
More information about the Python-list mailing list
Thu Dec 18 20:32:08 EST 2003
- Previous message (by thread): Standalone client database for Python?
- Next message (by thread): executables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Standalone client database for Python?
- Next message (by thread): executables
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list