Friday, 10 April 2015

import - Setting up PyCharm to reference ArcPy?


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.



Pycharm Settings


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...