How to run Python file?

Jason tenax.raccoon at gmail.com
Sat Sep 2 23:02:32 EDT 2006


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

You can open up the folder containing the "test.py" file, then
double-click on the file to run it.  A command-line window should pop
up, and your program will run in it.  Once the Python program is done
running, the command window will probably close immediately.

    --Jason




More information about the Python-list mailing list