I am trying to develop a Python Add-In for ArcGIS 10.3 and finding debugging pretty laborious. At the moment when I make a change to my python script I have to do the following:
أكثر...
- Close ArcMap
- Delete the "Python_Addins.esriaddin" file in my Default installation directory
- double-click the "makeaddin.py" file to create another "Python_Addins.esriaddin" file
- Install the add-in
- Restart ArcMap and start the project
- Test the tool
أكثر...