Python compiler -> py to C, py to ELF

Peter Hansen peter at engcorp.com
Wed Mar 31 08:33:25 EST 2004


Yermat wrote:

> fowlertrainer at anonym.hu wrote:
>> But have a python a compiler what can compile the complete project
>> into one ELF binary file ?
> 
> If you just want an exe file, also see py2exe 
> (http://starship.python.net/crew/theller/py2exe/)

Unless something changed in Windows that I missed, it doesn't use ELF.

Py2exe, on the other hand, runs only on Windows (as should be evident
from its name).  I doubt it answers the OP's question.

Check here for something more useful: 
http://wiki.wxpython.org/index.cgi/CreatingStandaloneExecutables

-Peter



More information about the Python-list mailing list