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)


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to