hi all,I verified that I work under ArcGIS 9.3.1.My code dont work,I dont understand why ! I become crazy. Someone could help me ?Very simple code:
mygp = load(version=9.3) # load geoprocessor
mygp.OverWriteOutput = True
desc = mygp.describe("c:\temp\VillageSurvey.mdb\Land")
mygp.AddMessage(str(desc.Extent)) #that is ok
fcs = mygp.FeatureClass # dont work ! same case for FIDSet property for a layer
Msg is <type 'exceptions.AttributeError'>: Object: Tool or environment <FeatureClass> not foundthanks for any help !