Re: [Tutor] Running Files with Command Lines

2012-02-12 Thread Dave Angel
On 02/12/2012 11:57 AM, Yony Torres wrote: 1. i tried this morning and it worked in the CMD check it out: copied and pasted from the CMD C:\Users\myusername>cd documents C:\Users\myusername\Documents>cd varios2 C:\Users\myusername\Documents\varios2>cd pythonjourney C:\Users\myusername\Documents\

Re: [Tutor] Running Files with Command Lines

2012-02-12 Thread Yony Torres
n command line, with no success yet :( > > > > > To: tutor@python.org > > From: alan.ga...@btinternet.com > > Date: Sun, 12 Feb 2012 16:16:47 + > > Subject: Re: [Tutor] Running Files with Command Lines > > > > On 12

Re: [Tutor] Running Files with Command Lines

2012-02-12 Thread Yony Torres
..@btinternet.com > Date: Sun, 12 Feb 2012 16:16:47 +0000 > Subject: Re: [Tutor] Running Files with Command Lines > > On 12/02/12 15:50, Yony Torres wrote: > > > I'm trying to learn Python from a well known book, > > > Do0n;t make us guess, tell us the name of the

Re: [Tutor] Running Files with Command Lines

2012-02-12 Thread Alan Gauld
On 12/02/12 15:50, Yony Torres wrote: I'm trying to learn Python from a well known book, Do0n;t make us guess, tell us the name of the book, well known or not. There is just a chance somebody else may have read it too! while i was working with the windows CMD c:\Python32>python This is

Re: [Tutor] Running Files with Command Lines

2012-02-12 Thread Yony Torres
turned >>> this:   File "", line 1    \Users\myusername\Documents\varios2\pythonjourney> script1.py                                                              ^SyntaxError: unexpected character after line continuation character Can somebody please help me? thanks in ad

Re: [Tutor] Running Files with Command Lines

2012-02-12 Thread bob gailer
On 2/12/2012 2:21 AM, Yony Torres wrote: Hello buddies I'm trying to learn Python from a well known book, and i'm stuck with something that i know that might seem surprisingly easy for you and i would like to humbly request your help: i created a script in a file named script1.py and i save

Re: [Tutor] Running Files with Command Lines

2012-02-12 Thread Alan Gauld
On 12/02/12 07:24, Yony Torres wrote: "Once you’ve saved this text file, you can ask Python to run it > by listing its full filename as the first argument to a > python command, typed at the system shell prompt:" % python script1.py Lets break down what this line is saying. It comprises thre

Re: [Tutor] Running Files with Command Lines

2012-02-11 Thread Dave Angel
On 02/12/2012 02:24 AM, Yony Torres wrote: Hello buddies I'm trying to learn Python from a well known book, and i'm stuck with something that i know that might seem surprisingly easy for you and i would like to humbly request your help: i created a script in a file named script1.py and i saved

[Tutor] Running Files with Command Lines

2012-02-11 Thread Yony Torres
Hello buddies I'm trying to learn Python from a well known book, and i'm stuck with something that i know that might seem surprisingly easy for you and i would like to humbly request your help: i created a script in a file named script1.py and i saved it in the folder named python journey loca

[Tutor] Running Files with Command Lines

2012-02-11 Thread Yony Torres
Hello buddies I'm trying to learn Python from a well known book, and i'm stuck with something that i know that might seem surprisingly easy for you and i would like to humbly request your help: i created a script in a file named script1.py and i saved it in the folder named python journey loca