Hi there,
When trying to run Dan Patterson's Bounding Containers (Bounding Containers) script on ArcGIS 10.3 I get the following error message:
Traceback (most recent call last):
File "H:\...\BoundingContainers.py", line 61, in <module>
gp, msg, passed = gpHelper.gp_toolboxes(toolboxes, gp)
File "H:\...\gpHelper.py", line 44, in gp_toolboxes
tbx_home = os.environ['ARCGISHOME'].replace("\\","/") + \
File "C:\Python27\ArcGIS10.3\Lib\os.py", line 425, in __getitem__
return self.data[key.upper()]
KeyError: 'ARCGISHOME'
Failed to execute (BoundingContainers).
I've installed the toolbox properly and keep the other scripts in the same folder as indicated in the instructions.
Anyone knows how to fix this?
Regards,
Lennart