How to run Python file?

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Sun Sep 3 08:15:43 EDT 2006


mistral:
> I have installed ActivePython
> http://www.activestate.com/Products/ActivePython/
> How I can run Python file, test.py?

Running Python scripts is easy. Load the test.py from the ActivePython
and run it.
Otherwise you can just click on the file, otherwise you can open a
shell in the dir where your py file is, and you can enter its name (so
you can see its textual output). Tell us what happens and
errors/problems you have.

Bye,
bearophile




More information about the Python-list mailing list