Re: [Tutor] Error in executing: cmd.

2008-05-30 Thread Alan Gauld
"Teresa Von Hazmburg" <[EMAIL PROTECTED]> wrote Here are the files I was referring to in my last email I don't really know the cause of your specific error but here are some comments that will tidy the code somewhat and might change the behaviour too. # #Open/read tex

Re: [Tutor] Error in executing: cmd.

2008-05-30 Thread Teresa Von Hazmburg
] Error in executing: cmd. On Fri, May 30, 2008 at 2:34 PM, Teresa Von Hazmburg <[EMAIL PROTECTED]> wrote: > Hello and thank you for replying. > > As I mentioned I am new to python but I am also new this website/service. Welcome! > I guess I am not following protocol/etiquet

Re: [Tutor] Error in executing: cmd.

2008-05-30 Thread Kent Johnson
On Fri, May 30, 2008 at 2:34 PM, Teresa Von Hazmburg <[EMAIL PROTECTED]> wrote: > Hello and thank you for replying. > > As I mentioned I am new to python but I am also new this website/service. Welcome! > I guess I am not following protocol/etiquette with regards to requesting > service. Well, t

Re: [Tutor] Error in executing: cmd.

2008-05-30 Thread Kent Johnson
On Fri, May 30, 2008 at 12:54 PM, Teresa Von Hazmburg <[EMAIL PROTECTED]> wrote: > Can anyone tell me what is wrong? You haven't given us much to work with. Can you show us the script? Is RNZ9ET~K.PY the script you are running, or do you call it from your script? If it is something you are callli

Re: [Tutor] Error in executing: cmd.

2008-05-30 Thread W W
I'm not certain, but it appears the file RNZ9ET~K.PY may not exist, or access is in some other way restricted. It's obviously running for a long time, about 3.75 hours. Is the RNZ*.PY file in some way generated by your original script? -Wayne On Fri, May 30, 2008 at 11:54 AM, Teresa Von Hazmbur

[Tutor] Error in executing: cmd.

2008-05-30 Thread Teresa Von Hazmburg
Hello, I am new to programming. I have a shapefile of county parcel data containing over 600,000 polygons. Using python, I am trying to query the shapefile and write the results out to separate shapefiles. I put a print command so I can watch the procedure. I execute the script and watch w