instead of arcpy.env.overwriteOutput = "True"try a boolean instead of a text stringarcpy.env.overwriteOutput = Trueor arcpy.env.overwriteOutput = 1
There could be something wrong with the PythonWin install. Your code works fine when I use a sample geodatabase dataset version in PythonWin. Try running the same script in IDLE and see what you get. Maybe try working with a different output name and see if that makes a difference for doing the overwrite output.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.