[Tutor] looking for an interpreter

Magnus Lycka magnus@thinkware.se
Wed, 16 Oct 2002 00:53:33 +0200


At 16:22 2002-10-15 -0400, Abenz419@aol.com wrote:
>i need an intrerpreter and i dont knwo where to find one.  i'm trying to
>learn python and i downloaded python2.2.2.  so if you could give me a=
 little
>more info about it and about findind an interpreter it would be=
 appreciated.
>thanks.

The Python interpreter is certainly included in python...

What OS are we talking about? If you are running windows,
it's called python.exe, and you can either run it
interactively, or you can execute python-scripts with
it. Typically that happens if you double-click on a file
with endings .py, .pyw, pyc or .pyo.

In Unix/Linux, type python at the prompt, or run a script
which uses the normal #! trick.

These are the platform I work with.

You can also use GUI wrappers for the interpreter, such
as IDLE, which is probably also included in what you got.
(idle.py or idle.pyw in Windows.)


--=20
Magnus Lyck=E5, Thinkware AB
=C4lvans v=E4g 99, SE-907 50 UME=C5
tel: 070-582 80 65, fax: 070-612 80 65
http://www.thinkware.se/  mailto:magnus@thinkware.se