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.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.