How would I setup PyCharm to recognize import arcpy
?
I'd like to use PyCharm to develop and debug geoprocessing tool.
Answer
theJones is correct, close all your projects and go to the program settings and search for Python Interpreters. Then select C:\Python26\ArcGIS10.0\python.exe and it should automatically add arcpy for you.
No comments:
Post a Comment