Re: Running python scripts from the command line.

2011-01-31 Thread Nanderson
On Jan 31, 6:54 pm, Benjamin Kaplan wrote: > On Mon, Jan 31, 2011 at 9:43 PM, Nanderson > > > > > > > > > > wrote: > > I've recently started to program. Python is my first language, so I'm > > a complete beginner. I've been trying to call python scripts from the > > command line by entering this

Re: Running python scripts from the command line.

2011-01-31 Thread Benjamin Kaplan
On Mon, Jan 31, 2011 at 9:43 PM, Nanderson wrote: > I've recently started to program. Python is my first language, so I'm > a complete beginner. I've been trying to call python scripts from the > command line by entering this command into it: > python test.py > > But it gives me this error mes

Running python scripts from the command line.

2011-01-31 Thread Nanderson
I've recently started to program. Python is my first language, so I'm a complete beginner. I've been trying to call python scripts from the command line by entering this command into it: >>>python test.py But it gives me this error message: >>>python test.py File "", line 1 python test.py