I Don't Know A Thing...Compiling?

Alex Martelli aleax at aleax.it
Mon Feb 18 02:33:02 EST 2002


3[ED] (Thread) wrote:
        ...
> Python. So I was just wondering, can you compile a Python script into
> ane executable, or do you need an interpreter. I don't know if this is

Yes to both: you can pack the interpreter (which you do need) together
with the rest of your Python application into one (largish) executable.
http://www.mcmillan-inc.com/install1.html is a cross-platform solution,
http://starship.python.net/crew/theller/py2exe/ a Windows-specific one.


Alex






More information about the Python-list mailing list