<?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: How do I set the IDE for Python in ArcGIS Pro to let me edit the scripts of GUI tools? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741280#M35057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Addendum.&lt;/P&gt;&lt;P&gt;What I describe is for Pro 2.6.1.... Pro 2.3 uses the 'old' way of describing toolboxes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;An upgrade would be prudent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2020 21:48:15 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2020-09-16T21:48:15Z</dc:date>
    <item>
      <title>How do I set the IDE for Python in ArcGIS Pro to let me edit the scripts of GUI tools?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741274#M35051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem setting the IDE by ArcGIS pro when I right-click a script and select Edit. I have tried to enter the file path (i.e. files like IDLE) &amp;nbsp;under the geoprocessing option but still&amp;nbsp;non-active when right-clicking on any tool, Edit is still hidden, not active. Any help please to activate the editing option?&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://scontent-ort2-2.xx.fbcdn.net/v/t1.15752-0/p480x480/119219790_750287865552006_6851862811958097351_n.jpg?_nc_cat=102&amp;amp;_nc_sid=b96e70&amp;amp;_nc_ohc=SJBVBxdZ14YAX_obQt5&amp;amp;_nc_ht=scontent-ort2-2.xx&amp;amp;tp=6&amp;amp;oh=1b2bf8152e2107843fc7045dfd66abe8&amp;amp;oe=5F84D374" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2020 23:30:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741274#M35051</guid>
      <dc:creator>muqdadAl_hamami</dc:creator>
      <dc:date>2020-09-14T23:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set the IDE for Python in ArcGIS Pro to let me edit the scripts of GUI tools?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741275#M35052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The toolbox structure has changed in 2.6.*&lt;/P&gt;&lt;P&gt;You can't edit them via the right-click method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read on if you are fully versed in working with python....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The toolbox is located in the folder&amp;nbsp; ( note....&amp;nbsp;&lt;SPAN&gt;arc_pro ... is my arcgis pro installation folder so change accordingly)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\arc_pro\Resources\ArcToolBox\Toolboxes\Spatial Statistics Tools.tbx\BuildBalancedZones.tool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script is....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\arc_pro\Resources\ArcToolBox\Toolboxes\Spatial Statistics Tools.tbx\Spatial Statistics Tools.pyt&lt;/P&gt;&lt;P&gt;and associated files&lt;/P&gt;&lt;P&gt;C:\arc_pro\Resources\ArcToolBox\Toolboxes\Spatial Statistics Tools.tbx\toolbox.content&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;and Build Balanced Zones is therein&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spatial statistics associated scripts are located in the folder&lt;/P&gt;&lt;P&gt;C:\arc_pro\Resources\ArcToolBox\Scripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally the script....&amp;nbsp;Spatial Statistics Tools.pyt script contains the class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class BuildBalancedZones(object)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on line 11,118&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't mess with the installed scripts unless you know exactly what you are doing &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2020 09:28:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741275#M35052</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-09-15T09:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set the IDE for Python in ArcGIS Pro to let me edit the scripts of GUI tools?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741276#M35053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, sir for your kind reply, could you please let me know how can I do it by ArcMap 10.8 instead of using ArcPro because it is more complicated than before.&amp;nbsp; Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2020 12:19:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741276#M35053</guid>
      <dc:creator>muqdadAl_hamami</dc:creator>
      <dc:date>2020-09-15T12:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set the IDE for Python in ArcGIS Pro to let me edit the scripts of GUI tools?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741277#M35054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry... I haven't used ArcMap is years&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2020 21:04:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741277#M35054</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-09-15T21:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set the IDE for Python in ArcGIS Pro to let me edit the scripts of GUI tools?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741278#M35055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I tried to use your instructions that published in the old thread (in 2018) and apply that steps on the old AcrPro 2.3 version but it also does not works.&amp;nbsp; However, I went yesterday to the Spatial statistics associated scripts that are located in the folder&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;C:\arc_pro\Resources\ArcToolBox\Scripts&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I found the scripts of tools but the names of these scripts are not matched with the names on the toolbox list, so is there any way to match between the scripts on that folder and the names of tools on the list of ToolBox?&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Thanks again, sir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2020 14:12:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741278#M35055</guid>
      <dc:creator>muqdadAl_hamami</dc:creator>
      <dc:date>2020-09-16T14:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set the IDE for Python in ArcGIS Pro to let me edit the scripts of GUI tools?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741279#M35056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I somewhat indicated earlier,&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;BuildBalancedZones isn't a separate "script" but is a called class in the *.pyt script listed below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Finally the script....&amp;nbsp;Spatial Statistics Tools.pyt script contains the class&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;class BuildBalancedZones(object)&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;on line 11,118&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2020 18:28:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741279#M35056</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-09-16T18:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set the IDE for Python in ArcGIS Pro to let me edit the scripts of GUI tools?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741280#M35057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Addendum.&lt;/P&gt;&lt;P&gt;What I describe is for Pro 2.6.1.... Pro 2.3 uses the 'old' way of describing toolboxes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;An upgrade would be prudent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2020 21:48:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-set-the-ide-for-python-in-arcgis-pro-to/m-p/741280#M35057</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-09-16T21:48:15Z</dc:date>
    </item>
  </channel>
</rss>

