HI all
Nick J Chackowsky
mediocre_person at hotmail.com
Wed Jan 30 23:08:54 EST 2008
tiwarishravan at gmail.com wrote:
> I am shravan tiwari, i want to know that how i'll run any python
> file(*.py) on command prompt r python GUI.
> i tried this
>
> python test.py
>
> but i have got error, syntax error. so can i get the solution.
I'm thinking you're running on a Windows computer, and that the Python
installer has kindly not updated your path. Try this:
c:\python25\python.exe test.py
If that works, then it's your path that wants altering. How you do that
depends on which version of Windows you're running.
Nick
--
Posted via a free Usenet account from http://www.teranews.com
More information about the Python-list
mailing list