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.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.