On Sun, Apr 17, 2011 at 7:13 PM, Wolfgang Keller <felip...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to