I recently installed the ArcGIS 10.1 pre-release and now one of my python scripts is no longer working. Is arcgisscripting no longer supported? Or did they change the functionality? gp = arcgisscripting.create(9.3) ... ... while sRow: pt = sRow.GetValue(shapeName).GetPart(0) ...
Now throws an error..
File "S:\scripts\test.py", line 91, in convertPointsToLine
pt = sRow.GetValue(shapeName).GetPart(0)
AttributeError: 'NoneType' object has no attribute 'GetPart'