<?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 to get back &amp;quot;Edit with IDLE&amp;quot; in Right-Click Menu in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-get-back-amp-quot-edit-with-idle-amp-quot/m-p/1232#M150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Here is the key for 10.1 with Python 2.7:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Python.File\shell\Edit with IDLE\command]
@="\"C:\\Python27\\ArcGIS10.1\\pythonw.exe\" \"C:\\Python27\\ArcGIS10.1\\Lib\\idlelib\\idle.pyw\" -e \"%1\""
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Put this in a .reg file and ran it - restarted OS, no luck. : - / Checked the paths too...is it supposed to be a specific type? (String Value, Binary Value, DWORD...?) Thanks for the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2021 20:04:10 GMT</pubDate>
    <dc:creator>MarcCusumano</dc:creator>
    <dc:date>2021-12-10T20:04:10Z</dc:date>
    <item>
      <title>How to get back &amp;quot;Edit with IDLE&amp;quot; in Right-Click Menu</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-back-amp-quot-edit-with-idle-amp-quot/m-p/1229#M147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I installed the 64-bit background geoprocessing service along with SP1 and all of my scripts broke (and python thought I was running an AMD64 when I am running Intel). So after uninstalling my machine no longer associated .py files with IDLE. I used the Windows "Default Programs" control to make the association, but I still don't have the option in the drop-down. IDLE opens when I double click a.py file (the icon has no image).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've spent hours trying to get this to work and searching everywhere. Would appreciate any help. Also, what changes need to be made to work with 64-bit background geoprocessing? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 12:29:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-back-amp-quot-edit-with-idle-amp-quot/m-p/1229#M147</guid>
      <dc:creator>MarcCusumano</dc:creator>
      <dc:date>2013-05-09T12:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get back "Edit with IDLE" in Right-Click Menu</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-back-amp-quot-edit-with-idle-amp-quot/m-p/1230#M148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try to add this reg key to your system:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Python.File\shell\Edit with IDLE\command]
@="\"C:\\Python26\\ArcGIS10.0\\pythonw.exe\" \"C:\\Python26\\ArcGIS10.0\\Lib\\idlelib\\idle.pyw\" -n -e \"%1\""
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS. I'm still using ArcGIS 10.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-back-amp-quot-edit-with-idle-amp-quot/m-p/1230#M148</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2021-12-10T20:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get back "Edit with IDLE" in Right-Click Menu</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-back-amp-quot-edit-with-idle-amp-quot/m-p/1231#M149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the key for 10.1 with Python 2.7:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Python.File\shell\Edit with IDLE\command]
@="\"C:\\Python27\\ArcGIS10.1\\pythonw.exe\" \"C:\\Python27\\ArcGIS10.1\\Lib\\idlelib\\idle.pyw\" -e \"%1\""
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:04:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-back-amp-quot-edit-with-idle-amp-quot/m-p/1231#M149</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2021-12-10T20:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get back "Edit with IDLE" in Right-Click Menu</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-back-amp-quot-edit-with-idle-amp-quot/m-p/1232#M150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Here is the key for 10.1 with Python 2.7:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Python.File\shell\Edit with IDLE\command]
@="\"C:\\Python27\\ArcGIS10.1\\pythonw.exe\" \"C:\\Python27\\ArcGIS10.1\\Lib\\idlelib\\idle.pyw\" -e \"%1\""
&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Put this in a .reg file and ran it - restarted OS, no luck. : - / Checked the paths too...is it supposed to be a specific type? (String Value, Binary Value, DWORD...?) Thanks for the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:04:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-back-amp-quot-edit-with-idle-amp-quot/m-p/1232#M150</guid>
      <dc:creator>MarcCusumano</dc:creator>
      <dc:date>2021-12-10T20:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get back "Edit with IDLE" in Right-Click Menu</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-back-amp-quot-edit-with-idle-amp-quot/m-p/1233#M151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's just a string value, named "(Default)".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually I exported that out from my box.&amp;nbsp; Worst-case scenario, I think you need to re-install Python from the Installation Disc to get it back from your right click context menu.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 18:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-back-amp-quot-edit-with-idle-amp-quot/m-p/1233#M151</guid>
      <dc:creator>ThaiTruong</dc:creator>
      <dc:date>2013-05-09T18:41:30Z</dc:date>
    </item>
  </channel>
</rss>

