How to run Python file?

Pontus Ekberg herrekberg at users.sf.net
Sat Sep 2 11:34:21 EDT 2006


mistral wrote:

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

$ python test.py

or

$ ./test.py (if test.py is executable)





More information about the Python-list mailing list