00067: Script tool <value> source contains broken toolbox path: <value>

The result references a custom script tool that imports or adds a toolbox which is either inaccessible or does not exist.

Solution

Ensure your Python script is correctly referencing the toolbox and the toolbox is accessible. Some possible reasons the import failed include

More information

Make sure arcpy.ImportToolbox or arcpy.AddToolbox is used correctly and the toolbox exists.

5/6/2015