<?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: Arc10 Python window keyboard interrupt? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395615#M13451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But isn't it that the GP tools are suppose to run in the background, and that you can interact with them through the user interface? The tools that don't run in the background (spatial analyst raster processing, for instance) seems to lock up the machine more or less though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next time I am running some heavier processing, I'll try doing that through iPython instead...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Nov 2010 06:59:46 GMT</pubDate>
    <dc:creator>HugoAhlenius</dc:creator>
    <dc:date>2010-11-03T06:59:46Z</dc:date>
    <item>
      <title>Arc10 Python window keyboard interrupt?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395610#M13446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone figured out what the key-command is for the Python window's keyboard interrupt? The standard ctrl+c, which works as a keyboard interrupt in the real python console, does not function here, and I haven't been able to find it in the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Using_the_Python_window/002100000018000000/"&gt;online documentation&lt;/A&gt;&lt;SPAN&gt;. Does anyone know how to trigger a keyboard interrupt / kill a script-in-process? Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 21:05:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395610#M13446</guid>
      <dc:creator>MattRosales</dc:creator>
      <dc:date>2010-11-01T21:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Arc10 Python window keyboard interrupt?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395611#M13447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Haven't tried it, but maybe 'Esc'?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems like this would be a pretty critical item to include...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 21:26:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395611#M13447</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2010-11-01T21:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Arc10 Python window keyboard interrupt?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395612#M13448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;nope, 'Esc' doesn't seem to have any effect... Any other ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 22:14:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395612#M13448</guid>
      <dc:creator>MattRosales</dc:creator>
      <dc:date>2010-11-01T22:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Arc10 Python window keyboard interrupt?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395613#M13449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See here, looks like the same problem I have in 9.3.1 is still around in 10: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/13674-KeyboardInterrupt-doesn-t-work-when-arcgisscripting-module-is-loaded"&gt;http://forums.arcgis.com/threads/13674-KeyboardInterrupt-doesn-t-work-when-arcgisscripting-module-is-loaded&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 14:34:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395613#M13449</guid>
      <dc:creator>LoganPugh</dc:creator>
      <dc:date>2010-11-02T14:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Arc10 Python window keyboard interrupt?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395614#M13450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I may have misunderstood, if you mean the Python window built into ArcMap, then like any other IDE it won't respond to keyboard input. PythonWin has a "Break into running code" function when you right click its tray icon, but that just raises a KeyboardInterrupt. It would be up to ESRI to implement something similar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 16:59:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395614#M13450</guid>
      <dc:creator>LoganPugh</dc:creator>
      <dc:date>2010-11-02T16:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Arc10 Python window keyboard interrupt?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395615#M13451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But isn't it that the GP tools are suppose to run in the background, and that you can interact with them through the user interface? The tools that don't run in the background (spatial analyst raster processing, for instance) seems to lock up the machine more or less though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next time I am running some heavier processing, I'll try doing that through iPython instead...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 06:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395615#M13451</guid>
      <dc:creator>HugoAhlenius</dc:creator>
      <dc:date>2010-11-03T06:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Arc10 Python window keyboard interrupt?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395616#M13452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes, I am referring to the python window built into Arc. These scripts run fine outside of Arc, and even though you can call the same tools through the standard python window, I prefer to use Arc's "results window" to track the progress of the script and the various tools it is calling. Maybe this should be listed in the "ideas" section? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ideas.arcgis.com/ideaView?id=087300000008H7jAAE"&gt;http://ideas.arcgis.com/ideaView?id=087300000008H7jAAE&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 15:23:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395616#M13452</guid>
      <dc:creator>MattRosales</dc:creator>
      <dc:date>2010-11-03T15:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Arc10 Python window keyboard interrupt?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395617#M13453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;yes, I am referring to the python window built into Arc. These scripts run fine outside of Arc, and even though you can call the same tools through the standard python window, I prefer to use Arc's "results window" to track the progress of the script and the various tools it is calling. Maybe this should be listed in the "ideas" section? &lt;BR /&gt;&lt;A href="https://c.na1.visual.force.com/apex/ideaView?id=087300000008H7j&amp;amp;returnUrl=%2Fapex%2FideaList%3Fc%3D09a300000004xET%26sort%3Drecent"&gt;&lt;BR /&gt;https://c.na1.visual.force.com/apex/ideaView?id=087300000008H7j&amp;amp;returnUrl=%2Fapex%2FideaList%3Fc%3D09a300000004xET%26sort%3Drecent&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Probably. FYI that link doesn't work, try logging out and then linking to it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 15:29:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395617#M13453</guid>
      <dc:creator>LoganPugh</dc:creator>
      <dc:date>2010-11-03T15:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Arc10 Python window keyboard interrupt?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395618#M13454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the heads up, I changed the link.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 16:05:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/arc10-python-window-keyboard-interrupt/m-p/395618#M13454</guid>
      <dc:creator>MattRosales</dc:creator>
      <dc:date>2010-11-03T16:05:25Z</dc:date>
    </item>
  </channel>
</rss>

