Re: [Tutor] Porting

2012-03-03 Thread Steven D'Aprano
On Sun, Mar 04, 2012 at 12:02:37PM +0530, Ejaj Hassan wrote: > Hello, > I am a novice in python development. I just came across this "Python > porting 2.7 to 3.x" . > I am just confused with this. Please tell me the whole meaning of it. Programmers talk about "porting" when they take code writt

[Tutor] Porting

2012-03-03 Thread Ejaj Hassan
Hello, I am a novice in python development. I just came across this "Python porting 2.7 to 3.x" . I am just confused with this. Please tell me the whole meaning of it. Regards. Ejaj ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscr

Re: [Tutor] Creating a Polyline Feature class

2012-03-03 Thread Dave Angel
I see Bob Gailer has responded to your message while I was still trying to make sense of it. His "guesses" are probably right on. I have no knowledge of arcpy, so I can't directly answer your query. But I may be able to help you formulate a question that will solicit some answers. On 03/0

Re: [Tutor] Creating a Polyline Feature class

2012-03-03 Thread bob gailer
On 3/3/2012 11:21 PM, Carie Pigeon wrote: I have an assignment to create a polyline feature class of rhino tracks from a csv file. I am getting an error that says "unbound method add() must be called with Array instance as first argument (got type instance)". this is for line 104, the line I

[Tutor] Creating a Polyline Feature class

2012-03-03 Thread Carie Pigeon
I have an assignment to create a polyline feature class of rhino tracks from a csv file. I am getting an error that says "unbound method add() must be called with Array instance as first argument (got type instance)". this is for line 104, the line I underlined and put in bold below in my code. W

Re: [Tutor] mentorship

2012-03-03 Thread Christopher Conner
Bob, Fascinating - I am intrigued. I'll do some historical research in the mean time; please let me know how to get started. Thank you very much, Chris On Sat, 03 Mar 2012 12:10:25 -0600, bob gailer wrote: I head an open-source project "Python Pipelines" and am currently seeking folk li