Re: [Tutor] A newbie question about running python scripts

2005-06-16 Thread typetext
, and therefore was not inside the proper directory. Michael Riggs On 6/16/05, ZIYAD A. M. AL-BATLY <[EMAIL PROTECTED]> wrote: > On Thu, 2005-06-16 at 08:08 -0700, typetext wrote: > > I get exactly the same error message as below. What could be going on > > here? To check that I

[Tutor] A newbie question about running python scripts

2005-06-15 Thread typetext
I am trying to run my first python scripts from a windows XP command line, and using Ivan Langhan's book Teach yourself python in 24 hours. I have installed Active Python 2.4 and have had no trouble running the scripts in the IDE . Following the instructions for running from a command line, I type,

Re: [Tutor] Running range scripts in IDE

2005-06-10 Thread typetext
Thank you all. Print range(10) completely solved this beginner problem. On 6/10/05, Kent Johnson <[EMAIL PROTECTED]> wrote: > typetext wrote: > > I am using I. Langingham's Teach yourself Python in 24 hours, and up > > to chapter 4 I had no problem. I have installed the

[Tutor] Running range scripts in IDE

2005-06-10 Thread typetext
I am using I. Langingham's Teach yourself Python in 24 hours, and up to chapter 4 I had no problem. I have installed the IDE , and as far as I know, all the other programs associated with Python, and had been batting along with no problem, using simple scripts such as "hello world" in notepad or no