<?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: Stop python script in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234414#M3086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for your replies!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There seems to be a problem with the specific script i am trying to run. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just wrote a simple loop and it stops normally using esc! .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 17:48:26 GMT</pubDate>
    <dc:creator>floraroumpani</dc:creator>
    <dc:date>2014-01-27T17:48:26Z</dc:date>
    <item>
      <title>Stop python script</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234406#M3078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to stop a python script. In the previous version, there was a stop button, that seemed to to the job. But now I cant find a way to interrupt it. I tried sys.exit () , but doesn't seem to work either. What am I missing??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 14:25:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234406#M3078</guid>
      <dc:creator>floraroumpani</dc:creator>
      <dc:date>2014-01-27T14:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Stop python script</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234407#M3079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; text-decoration: underline;"&gt;ctrl+c&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 14:28:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234407#M3079</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2014-01-27T14:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stop python script</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234408#M3080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you tried &lt;SPAN style="font-style: italic; text-decoration: underline;"&gt;ctrl+c&lt;/SPAN&gt;?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the reply, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes i have, it doesnt seem to work either.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 15:10:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234408#M3080</guid>
      <dc:creator>floraroumpani</dc:creator>
      <dc:date>2014-01-27T15:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Stop python script</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234409#M3081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmmm, a few questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Are you trying to end a script mid process or are you trying to end the script from a specific point in the script?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Where are you running the script from? (ArcMap/IDLE)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 15:27:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234409#M3081</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2014-01-27T15:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Stop python script</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234410#M3082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hmmm, a few questions:&lt;BR /&gt;1) Are you trying to end a script mid process or are you trying to end the script from a specific point in the script?&lt;BR /&gt;&lt;BR /&gt;2) Where are you running the script from? (ArcMap/IDLE)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. i d like to end a script mid process (kill)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. i am running it from the city engine console for python.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 16:30:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234410#M3082</guid>
      <dc:creator>floraroumpani</dc:creator>
      <dc:date>2014-01-27T16:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Stop python script</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234411#M3083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think "ESC cancels the current operation", but it doesn't seem to be working for me (using the python window of ArcMap).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry I couldn't help, I hope someone else can!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 16:56:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234411#M3083</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2014-01-27T16:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Stop python script</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234412#M3084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How about stopping it with the task manager under processes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 17:03:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234412#M3084</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2014-01-27T17:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Stop python script</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234413#M3085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;How about stopping it with the task manager under processes?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you both, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, even in task manager, it cant be stopped without terminating CityEngine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 17:29:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234413#M3085</guid>
      <dc:creator>floraroumpani</dc:creator>
      <dc:date>2014-01-27T17:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Stop python script</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234414#M3086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for your replies!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There seems to be a problem with the specific script i am trying to run. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just wrote a simple loop and it stops normally using esc! .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 17:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234414#M3086</guid>
      <dc:creator>floraroumpani</dc:creator>
      <dc:date>2014-01-27T17:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Stop python script</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234415#M3087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Control+C or control + X should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2020 07:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/stop-python-script/m-p/234415#M3087</guid>
      <dc:creator>JoseIgnacio</dc:creator>
      <dc:date>2020-09-04T07:37:10Z</dc:date>
    </item>
  </channel>
</rss>

