Compiler?

Miki Tebeka miki.tebeka at zoran.com
Tue Dec 30 07:51:33 EST 2003


Hello Jim,

> I just heard about Python today.  Is there a compiler for it, or does it
> need to work through the interpreter only?
I you mean a true compiler that translates Python code to machine
language then I don't think there is (although Psyco comes very
close).

If you want to send your code to someone who don't have Python
installed there are several solutions (py2exe, Installer, freeze ...).
All of them bundle the interpreter in the package they create.

HTH.
Miki




More information about the Python-list mailing list