Re: [Tutor] Checking Syntax

2009-06-18 Thread Alan Gauld
"Kevin Pearson" wrote run a check on the sytax (before I try running the program) it places a cursor like so: outFeatureClas|s = outWorkspace + "/" + GP.ValidateTableName(fc,outWorkspace) You should try running it, the error message may be more helpful than the syntax checker... However,

Re: [Tutor] Checking Syntax

2009-06-18 Thread Emile van Sebille
On 6/18/2009 12:55 PM Kevin Pearson said... I am teaching myslef Python from a GIS tutorial 'Writing_Geoprocessing_Scripts.pdf'. I have typed everything exactly like it is in the tutorial and when I go to run a check on the sytax (before I try running the program) it places a cursor like so: ou

[Tutor] Checking Syntax

2009-06-18 Thread Kevin Pearson
I am teaching myslef Python from a GIS tutorial 'Writing_Geoprocessing_Scripts.pdf'. I have typed everything exactly like it is in the tutorial and when I go to run a check on the sytax (before I try running the program) it places a cursor like so: outFeatureClas|s = outWorkspace + "/" + GP.Validat