Re: [Tutor] diving into py question

2005-05-20 Thread Chelan Farsight
It worked! Thanks so much for the help. I spose its just difficult to read some of this. Not sure why that is the case for me, but I will be paying much closer attention from now on. Again thank you. Chelan On 5/19/05, Max Noel <[EMAIL PROTECTED]> wrote: > > On May 19, 2005, at 22:46, Chelan Fa

Re: [Tutor] diving into py question

2005-05-19 Thread Max Noel
On May 19, 2005, at 22:46, Chelan Farsight wrote: > Thanks! > You were right about the double underscore, however, I am still > getting the error on line 7...hrmm > any other ideas? > In your original code, the space between if and __main__ is also missing. This may be the source of the e

Re: [Tutor] diving into py question

2005-05-19 Thread Chelan Farsight
Thanks! You were right about the double underscore, however, I am still getting the error on line 7...hrmm any other ideas? On 5/19/05, Max Noel <[EMAIL PROTECTED]> wrote: > > On May 19, 2005, at 22:18, Chelan Farsight wrote: > > > I am using the online book Dive Into Python. > > I ran the first

Re: [Tutor] diving into py question

2005-05-19 Thread Max Noel
On May 19, 2005, at 22:18, Chelan Farsight wrote: > I am using the online book Dive Into Python. > I ran the first program given and have run into an error on line 7 at > the colon. Now I imagine that there is probably a corrections page at > the site, but I am interested in knowing why it won't

[Tutor] diving into py question

2005-05-19 Thread Chelan Farsight
I am using the online book Dive Into Python. I ran the first program given and have run into an error on line 7 at the colon. Now I imagine that there is probably a corrections page at the site, but I am interested in knowing why it won't work as much as what I need to do to correct it. Any hel