running python
David LeBlanc
whisper at oz.net
Thu Jul 24 15:21:45 EDT 2003
>
> How do you run files written with python if you don't have the
> compiler and
> stuff on your computer?
>
You need to expand your question a bit. Python is an interpreted language,
so the interpreter must be available to run Python scripts. There are ways
to bundle the interpreter with a script so that it will run stand-alone
though.
See: http://www.mcmillan-inc.com/install1.html
Dave LeBlanc
Seattle, WA USA
More information about the Python-list
mailing list