I have written a few custom Python Toolboxes that my office uses.
One of my coworkers has an interesting issue that I cannot replicate on a different machine:
When he runs the tool, ArcGIS Desktop crashes and tries to send an error report. The script does not begin running. This happens when running the script in both ArcCatalog and ArcMap.
Only one of the scripts I have written causes this, others behave normally. The script began causing this behavior recently, it previously worked fine for him.
Is there anything I should check?
Re-installing ArcGIS Desktop seems like the only thing that might fix this problem.
1 Answer 1
You could review these previous Q&As tagged serious-application-error but, if you have not already uninstalled and reinstalled ArcGIS Desktop (and Python with it), then I think the expedient would be to do that first.
Also, check to see whether the user has tried turning off Background Geoprocessing.
-
Thanks for informing me of the serious-application-error tag, and yes he has turned off background geoprocessing.Craig T– Craig T2018年02月15日 23:23:02 +00:00Commented Feb 15, 2018 at 23:23
-
2Re-installing Arc solved the problem, answer accepted.Craig T– Craig T2018年04月04日 20:02:06 +00:00Commented Apr 4, 2018 at 20:02
Explore related questions
See similar questions with these tags.
pip install pandas
which automatically upgraded numpy)