<?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: Not able to execute a simple script in Python window in Python Snippets Questions</title>
    <link>https://community.esri.com/t5/python-snippets-questions/not-able-to-execute-a-simple-script-in-python/m-p/853719#M569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you check your output path to see if the new clipped feature is there? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2018 14:13:09 GMT</pubDate>
    <dc:creator>Lake_Worth_BeachAdmin</dc:creator>
    <dc:date>2018-04-19T14:13:09Z</dc:date>
    <item>
      <title>Not able to execute a simple script in Python window</title>
      <link>https://community.esri.com/t5/python-snippets-questions/not-able-to-execute-a-simple-script-in-python/m-p/853717#M567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(As part of my learning python in ArcGIS)&lt;/P&gt;&lt;P&gt;I&amp;nbsp;used the simple clipping tool and then I&amp;nbsp;paste the "Python snippet" (below) in the python window within ArCMap.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://arcpy.clip_analysis%28in_features%3D/" style="color: #232a2a; background-color: #ecf0f0; text-decoration: underline; margin: 6px 0px;" target="_blank"&gt;arcpy.Clip_analysis(in_features=&lt;/A&gt;&lt;SPAN style="color: #232a2a; background-color: #ecf0f0;"&gt;"RI_Sewers", clip_features="Providence", out_feature_class="C:/EsriTraining/PythEveryone10_1/PythonInArcGIS/&lt;/SPAN&gt;&lt;A href="http://rhodeisland.gdb/Sewers" style="color: #232a2a; background-color: #ecf0f0; text-decoration: underline; margin: 6px 0px;" target="_blank"&gt;RhodeIsland.gdb/Sewers&lt;/A&gt;&lt;SPAN style="color: #232a2a; background-color: #ecf0f0;"&gt;", cluster_tolerance="")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't execute when I press enter (once or twice). It just doesn't do anything, what am I missing? It shows no errors.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #232a2a; background-color: #ecf0f0;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would greatly appreciate any help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 07:45:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/not-able-to-execute-a-simple-script-in-python/m-p/853717#M567</guid>
      <dc:creator>VikasMenghwani</dc:creator>
      <dc:date>2018-04-10T07:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to execute a simple script in Python window</title>
      <link>https://community.esri.com/t5/python-snippets-questions/not-able-to-execute-a-simple-script-in-python/m-p/853718#M568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Typically, I do not include the items like. &amp;nbsp; &amp;nbsp; in_features=. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Just the value in the quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, to check the syntax they are asking for, do it onc3 with the tool to make sure it works. &amp;nbsp;Then you can grab the python snippet from the Results tab (turn on from the geo processing tool menu)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im also tagging the &lt;A href="https://community.esri.com/community/developers/gis-developers/python?sr=search&amp;amp;searchId=4394990f-da26-43b4-b513-ed00428ce8c1&amp;amp;searchIndex=0"&gt;https://community.esri.com/community/developers/gis-developers/python?sr=search&amp;amp;searchId=4394990f-da26-43b4-b513-ed00428ce8c1&amp;amp;searchIndex=0&lt;/A&gt;‌ &amp;nbsp;space, since that may get you more views than the snippet page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for typos...using an iPad&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 01:22:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/not-able-to-execute-a-simple-script-in-python/m-p/853718#M568</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2018-04-11T01:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to execute a simple script in Python window</title>
      <link>https://community.esri.com/t5/python-snippets-questions/not-able-to-execute-a-simple-script-in-python/m-p/853719#M569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you check your output path to see if the new clipped feature is there? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 14:13:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/not-able-to-execute-a-simple-script-in-python/m-p/853719#M569</guid>
      <dc:creator>Lake_Worth_BeachAdmin</dc:creator>
      <dc:date>2018-04-19T14:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to execute a simple script in Python window</title>
      <link>https://community.esri.com/t5/python-snippets-questions/not-able-to-execute-a-simple-script-in-python/m-p/853720#M570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently a restart solved the issue!! weird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 23:55:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-snippets-questions/not-able-to-execute-a-simple-script-in-python/m-p/853720#M570</guid>
      <dc:creator>VikasMenghwani</dc:creator>
      <dc:date>2018-05-10T23:55:06Z</dc:date>
    </item>
  </channel>
</rss>

