Install Python modules

Python scripts can import modules if they are in the same folder as the script. Installing the Python modules allow it to be accessible from any location and is required by some tools, such as geoprocessing models. If you receive an update to the modules, the install process can be rerun to remove.

ArcREST

ArcREST is a set of Python tools to assist in working with ArcGIS REST API for ArcGIS for Server, ArcGIS Online, and ArcGIS WebMap JSON.

ArcREST is designed for 32-bit Python 2.7 and 64-bit Python 3.4. If you have any other version of Python installed, be sure you install ArcREST using the correct version.

  1. In Window Explorer, browse to folder that contains the ArcREST and ArcRESTHelper folders and open a command prompt.
  2. Enter the following in the command prompt.
            
                  python.exe setup.py install
              
          
  3. If you have any issues, ensure Python is setup correctly.

Solution Report Tools

Solution Report Tools are a set of Python tools used to generate reports from your GIS data based on different reporting areas using Python 2.7 and JSON configuration files. These tools can be used to generate service area reports or reports by district.

The Solution Report Tools is designed for 32-bit Python 2.7. If you have any other version of Python installed, be sure you install Solution Report Tools using the correct version.

  1. In Window Explorer, browse to folder that contains the Solution Report Tools folder and open a command prompt.
  2. Enter the following in the command prompt.
            
                  python.exe installReportTools.py install
              
          
  3. If you have any issues, ensure Python is setup correctly.
Top