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 -- http://mail.python.org/mailman/listinfo/python-list