Re: [Tutor] The In Operator

2006-08-15 Thread Steve Haley
Hi all,   I didn't forget about this - I got involved with some other things, was away for a little while, etc.  Thanks for the help.  I have tried statements that version 2.1 understands and the "in operator" (so to speak in ver. 21) works fine.  As far as downloading a more recent version, I look

Re: [Tutor] The In Operator

2006-07-27 Thread Kent Johnson
Steve Haley wrote: > Finally, my version of 2.1 came bundled with other software (ESRI > ArcView). Is anyone out there an ESRI user who can tell me if I can I > go ahead and download a newer version without messing up my ArcView > installation? Google is your friend: http://forums.esri.com/Thre

Re: [Tutor] The In Operator

2006-07-27 Thread Alan Gauld
>I am trying to make my way through a book on Python ("Python >Ptogramming for > the Absolute Beginner") and have run into some code in the book (and > on the > author's accompanying CD) that won't work. I suspect that it might > be > because my version of Python is too old (2.1). Your diagnos

Re: [Tutor] The In Operator

2006-07-26 Thread John Fouhy
On 27/07/06, Steve Haley <[EMAIL PROTECTED]> wrote: > The error message is the same when I run the author's code but the error > statement itself seems to indicate that there IS an in operator. I guess I > really have a three questions. Is the in operator in version 2.1 of Python? > If it is, wh

[Tutor] The In Operator

2006-07-26 Thread Steve Haley
I am trying to make my way through a book on Python ("Python Ptogramming for the Absolute Beginner") and have run into some code in the book (and on the author's accompanying CD) that won't work.  I suspect that it might be because my version of Python is too old ( 2.1).   The code includes the in