Here is the error i get when i use the import arcpy command in pythonwin:
Traceback (most recent call last): File "", line 1, in ImportError: No module named arcpy
Can any one tell me how to fix this? Thanks.
|
|
Are you using the correct version of Python? My install of ArcGIS 10.1 installed and uses python 2.7, and it looks like you are using 2.6, so it may be the case that arcpy has not been installed for this version of python. Typically python is installed in the root of your main hard drive, so you can check for a second version of python there. |
|||
|
|