Difficulty loading and using the Spatial Analyst toolbox? Perform the following steps.
- Open Python
- type the following into Python
- Open ArcGIS
- Geoprocessing ->ArcToolbox -> Spatial Analyst Tools
import arcgisscripting
gp = arcgisscripting.create()
gp.CheckOutExtension("Spatial")