Make Python "portable" by default! (Re: Python IDE/text-editor)

Chris Angelico rosuav at gmail.com
Sun Apr 17 05:39:54 EDT 2011


On Sun, Apr 17, 2011 at 7:13 PM, Wolfgang Keller <feliphil at gmx.net> wrote:
>> You can't run Python programs without a Python interpreter installed.
>
> Wrong.
>
> See e.g. http://www.portablepython.com/

Uhm... how does that disprove? Whatever language you distributed code
is in, you need something on the computer that can read it. Only pure
machine code needs no interpreter (and even that's arguable, but the
interpreter is in hardware instead of software). With code that's
distributed in source form (all interpreted / shell languages, plus
most open source C/C++ code today), you need to have a
language-specific interpreter or compiler before you can run it.

Chris Angelico



More information about the Python-list mailing list