Created
July 11, 2013 03:57
-
-
Save mattmakesmaps/5972420 to your computer and use it in GitHub Desktop.
numpy traceback error with ArcGIS Desktop 10.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> import arcpy | |
Runtime error | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\__init__.py", line 24, in <module> | |
from arcpy.toolbox import * | |
File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\toolbox.py", line 342, in <module> | |
from management import Graph, GraphTemplate | |
File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\management.py", line 22, in <module> | |
import _management | |
File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\_management.py", line 14, in <module> | |
import _graph | |
File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\_graph.py", line 27, in <module> | |
import numpy | |
ImportError: No module named numpy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment