<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Configuring Python IDE with 3.5 installed with ArcGIS Pro in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584878#M45902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to add in content source folders for my project, and when running sys.path, it returns the folders that are shown within ArcGIS Pro (screenshot below), but I am still getting an error that a module can't be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sys.path&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="358417" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/358417_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;error message with importing arcpy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="358430" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/358430_pastedImage_2.png" style="width: 620px; height: 217px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jun 2017 16:51:33 GMT</pubDate>
    <dc:creator>mpboyle</dc:creator>
    <dc:date>2017-06-23T16:51:33Z</dc:date>
    <item>
      <title>Configuring Python IDE with 3.5 installed with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584875#M45899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm by far an expert when it comes to Python...so, I generally use PyCharm when it comes to writing scripts as I find it to be a great IDE for Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm starting the process of moving some of my 2.7.x scripts to 3.5.x for use with ArcGIS Pro. &amp;nbsp;I have configured PyCharm to use the python interpreter packaged with ArcGIS Pro 1.4.1, located at the following:&amp;nbsp;C:\Program Files\ArcGIS\Pro\bin\Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, arcpy&amp;nbsp;is not recognized as an available module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I run sys.path from within PyCharm, I get the following paths:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/358415_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I run sys.path from within ArcGIS Pro, I get the following paths:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/358416_pastedImage_2.png" style="width: 620px; height: 182px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I need to do in order to get PyCharm to be able to use arcpy? &amp;nbsp;Do I need to add system environmental variable paths? &amp;nbsp;If so, from the list returned in ArcGIS Pro, how many need to be added?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there some other way of getting the arcpy&amp;nbsp;module to be recognized within PyCharm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a best practice that is used with python?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:30:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584875#M45899</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2017-06-23T15:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Python IDE with 3.5 installed with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584876#M45900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the below link&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://support.esri.com/technical-article/000012627" title="http://support.esri.com/technical-article/000012627"&gt;Error: ImportError: No module named arcpy&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 16:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584876#M45900</guid>
      <dc:creator>sapnas</dc:creator>
      <dc:date>2017-06-23T16:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Python IDE with 3.5 installed with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584877#M45901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not running on a machine that has Server installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 16:12:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584877#M45901</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2017-06-23T16:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Python IDE with 3.5 installed with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584878#M45902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to add in content source folders for my project, and when running sys.path, it returns the folders that are shown within ArcGIS Pro (screenshot below), but I am still getting an error that a module can't be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sys.path&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="358417" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/358417_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;error message with importing arcpy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="358430" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/358430_pastedImage_2.png" style="width: 620px; height: 217px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 16:51:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584878#M45902</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2017-06-23T16:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Python IDE with 3.5 installed with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584879#M45903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure about pro but in Desktop the below tip from arcgis help &amp;nbsp;worked. THere must be something equivalent in pro as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="color: #000000; background-color: #ffffff; font-weight: bold; font-size: 12.8px; margin-bottom: 0.3em; padding: 5px 5px 20px 0px;"&gt;&lt;IMG alt="Tip" class="" src="http://help.arcgis.com/en/arcgisdesktop/10.0/help/rsrc/tip.png" style="margin-right: 5px;" title="Tip" /&gt;&lt;SPAN&gt;Tip:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #000000; background: #ffffff; font-size: 12.8px; margin-bottom: 0.3em; padding: 5px 5px 20px 0px;"&gt;&lt;P style="margin: 0px 0.5em;"&gt;If importing ArcPy produces either of the following errors, the required modules could not be found:&lt;/P&gt;&lt;UL&gt;&lt;LI style="margin-left: 30px; margin-bottom: 5px; padding-left: 5px;"&gt;ImportError: No module named arcpy&lt;/LI&gt;&lt;LI style="margin-left: 30px; margin-bottom: 5px; padding-left: 5px;"&gt;ImportError: No module named arcgisscripting&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin: 0px 0.5em;"&gt;To address this, browse using &lt;SPAN class="" style="font-weight: bold; font-size: 11.52px;"&gt;Windows Explorer&lt;/SPAN&gt; to the &lt;SPAN class=""&gt;python26\Lib\site-packages&lt;/SPAN&gt; folder and add or edit the &lt;SPAN class=""&gt;Desktop10.pth&lt;/SPAN&gt; file. The file should contain the two lines shown below (corrected to your system's path if they do not match):&lt;/P&gt;&lt;DIV class="" style="margin-bottom: 0.3em;"&gt;&lt;PRE class="" style="background-color: #eeeeee; border: 1px dashed #c2c4ba; font-size: 11.44px; margin-left: 15px; padding: 10px 10px 25px;"&gt;c:\Program Files\ArcGIS\Desktop&lt;SPAN&gt;10.0&lt;/SPAN&gt;\arcpy c:\Program Files\ArcGIS\Desktop&lt;SPAN&gt;10.0&lt;/SPAN&gt;\bin&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 17:10:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584879#M45903</guid>
      <dc:creator>sapnas</dc:creator>
      <dc:date>2017-06-23T17:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Python IDE with 3.5 installed with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584880#M45904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this link might help&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/116150"&gt;How do you get Python 3.4 to see ArcGIS Pro arcpy?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 17:13:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584880#M45904</guid>
      <dc:creator>sapnas</dc:creator>
      <dc:date>2017-06-23T17:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Python IDE with 3.5 installed with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584881#M45905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a python.exe within the %Pro%\bin\Python\envs\arcgispro-py3 folder which should work if set as a project interpreter in PyCharm.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 17:18:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584881#M45905</guid>
      <dc:creator>ClintonDow1</dc:creator>
      <dc:date>2017-06-23T17:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Python IDE with 3.5 installed with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584882#M45906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much, this works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 17:23:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/configuring-python-ide-with-3-5-installed-with/m-p/584882#M45906</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2017-06-23T17:23:25Z</dc:date>
    </item>
  </channel>
</rss>

