compile python to binary

Fredrik Lundh fredrik at pythonware.com
Sun Jan 23 08:15:59 EST 2005


"sam" <sam.wun at authtec.com> wrote:

> I have seen some software written in python and delivered as binary form.
>
> How does these binary code get generated by python compiler?

see section 6.1.2 in the tutorial:

    http://docs.python.org/tut/node8.html

</F> 






More information about the Python-list mailing list