Hi all,
I'm having some trouble with an insert cursor, I keep getting the error,
Traceback (most recent call last):
File "<string>", line 129, in execute
SystemError: error return without exception set
Failed to execute (Tool)
Can anyone help me with this error?
which is line 129?
Could be the double nested 'with' statements
The code example in the help uses a different structure
Line 129 is the insertRow
that error has been associated... but not limited too... what is trying to be inserted is too big or of the wrong type for the fields it is trying to go into
I got it to work with the older arcpy.InsertCursor, thanks for your help.