<?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: Recommendations to setup pyScripter (or other IDE) for ArcPro 2.9 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262667#M67871</link>
    <description>&lt;P&gt;I think this got me setup with pyScripter.&amp;nbsp; Thanks for the screenshots, very helpful.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2023 19:17:08 GMT</pubDate>
    <dc:creator>JamesCrandall</dc:creator>
    <dc:date>2023-02-28T19:17:08Z</dc:date>
    <item>
      <title>Recommendations to setup pyScripter (or other IDE) for ArcPro 2.9</title>
      <link>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262528#M67866</link>
      <description>&lt;P&gt;I have had ArcPro installed on a Windows VM that also has an existing install of ArcGIS Desktop 10.8.1 and pyScripter.&amp;nbsp; Up to now I had been writting .py script sources to GP Tools and GP Services for ArcGIS 10.8 and need to move everything over to ArcPro/Enterprise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Issue: how to setup the installation of pyScripter IDE to now use the Pro installed python 3.x and its libraries?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can this be done with envrionment settings in the pyScripter IDE?&lt;/P&gt;&lt;P&gt;Do we need to install a different IDE to write py scripts?&lt;/P&gt;&lt;P&gt;Do we need to uninstall ArcGIS 10.8?&lt;/P&gt;&lt;P&gt;Any info is much&amp;nbsp;appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 16:31:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262528#M67866</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2023-02-28T16:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations to setup pyScripter (or other IDE) for ArcPro 2.9</title>
      <link>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262556#M67867</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/8274"&gt;@JamesCrandall&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use PyScripter for ArcGIS Pro. When you open PyScripter there is the Python symbol (blue and yellow), click that and select Setup Python Versions.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clubdebambos_0-1677602714087.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63905i0C6DF37BBFAB4752/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Clubdebambos_0-1677602714087.png" alt="Clubdebambos_0-1677602714087.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A window will appear, the second icon in is for adding an environment, click it and select the folder that contain the environment you wish to use. (folder that contains python.exe)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clubdebambos_1-1677602809154.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63907i215C7A26F57EA8F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clubdebambos_1-1677602809154.png" alt="Clubdebambos_1-1677602809154.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For example, I make a clone of the environment using ArcGIS Pro and place it on a shared drive. (You can point directly to the install version). From here, anyone that uses PyScripter can access the same environment that I am using. Once you have added the folder path to the window you can highlight it and press the run button, the first icon in the screenshot above, or double click the entry.&lt;/P&gt;&lt;P&gt;You will see the interpreter window update and you are good to go.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clubdebambos_2-1677602919627.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63908i82F8D20BB915A41A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Clubdebambos_2-1677602919627.png" alt="Clubdebambos_2-1677602919627.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its been a long time since I used ArcMap with PyScripter, so you might need to upgrade to 64bit PyScripter. I don't believe you will need to uninstall any components of ArcMap to get this to work though.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 17:05:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262556#M67867</guid>
      <dc:creator>Clubdebambos</dc:creator>
      <dc:date>2023-02-28T17:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations to setup pyScripter (or other IDE) for ArcPro 2.9</title>
      <link>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262589#M67868</link>
      <description>&lt;P&gt;You can still use PyScripter, but note that you'll need the x64 version since Pro and Enterprise 11 are both 64-bit only. To configure it, you'll need to tell PyScripter where your installation is, by selecting Run &amp;gt; Python Versions &amp;gt; Setup Python Versions. From that dialog, you'll want to navigate to the arcgispro-py3 folder, if you're using the default environment. For Pro, that might look like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShaunWalbridge_0-1677604593056.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/63915iBD607C04CAAE58A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ShaunWalbridge_0-1677604593056.png" alt="ShaunWalbridge_0-1677604593056.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you're doing this on the Server, you can similarly configure it to point at the Pro runtime included in Server, see&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/server/latest/develop/windows/scripting-service-publishing-with-arcpy.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/server/latest/develop/windows/scripting-service-publishing-with-arcpy.htm&lt;/A&gt;&amp;nbsp;for the paths.&lt;BR /&gt;&lt;BR /&gt;There are many other IDEs also available like VSCode, but if you're comfortable with PyScripter it should work fine.&lt;BR /&gt;&lt;BR /&gt;Cheers, Shaun&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 17:24:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262589#M67868</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-02-28T17:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations to setup pyScripter (or other IDE) for ArcPro 2.9</title>
      <link>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262601#M67869</link>
      <description>&lt;P&gt;Thank you for the detailed response!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 17:42:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262601#M67869</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2023-02-28T17:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations to setup pyScripter (or other IDE) for ArcPro 2.9</title>
      <link>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262602#M67870</link>
      <description>&lt;P&gt;I hadn't thought to use VSCode!&amp;nbsp; Thank&amp;nbsp;you for your input Shaun.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 17:42:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262602#M67870</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2023-02-28T17:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations to setup pyScripter (or other IDE) for ArcPro 2.9</title>
      <link>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262667#M67871</link>
      <description>&lt;P&gt;I think this got me setup with pyScripter.&amp;nbsp; Thanks for the screenshots, very helpful.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 19:17:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262667#M67871</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2023-02-28T19:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Recommendations to setup pyScripter (or other IDE) for ArcPro 2.9</title>
      <link>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262669#M67872</link>
      <description>&lt;P&gt;I went ahead and just got pyScripter setup for now but will need to go back thru the VisualCode install... I got lost tyring to get the correct python install / extensions all setup but I would love to get this working since we do alot of other dev work in VisualCode and would be nice to just stick to one IDE.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 19:19:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/recommendations-to-setup-pyscripter-or-other-ide/m-p/1262669#M67872</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2023-02-28T19:19:08Z</dc:date>
    </item>
  </channel>
</rss>

