> There is "freeze":
> http://wiki.python.org/moin/Freeze
> 
> Which IIRC Robert Collins tried in the past, but didn't see a huge gain.
> It at least tries to compile all of your python files to C files and
> then build an executable out of that.

"to C files" is a bit of an exaggeration, though. It embeds the byte
code into the executable. When loading the byte code, Python still has
to perform unmarshalling.

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to