X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109 Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!nospam.fr.eu.org!usenet-fr.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python': 0.07; 'cleaned': 0.09; 'from:addr:python': 0.09; 'pm,': 0.11; 'wrote:': 0.14; '.py': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:name:mrab': 0.16; 'guru': 0.16; 'hkey': 0.16; 'message- id:@mrabarnett.plus.com': 0.16; 'problem:': 0.16; 'received:84.92': 0.16; 'received:84.92.122': 0.16; 'received:84.92.122.60': 0.16; 'reply-to:addr:python-list': 0.16; 'simplest': 0.16; 'subject:IDLE': 0.16; 'subject:menu': 0.16; 'workaround': 0.16; 'privately': 0.19; 'uncle': 0.19; 'command': 0.19; 'maybe': 0.21; 'appropriate': 0.21; 'header:In-Reply-To:1': 0.22; 'file,': 0.22; 'right,': 0.22; 'version.': 0.23; 'way?': 0.23; 'downloaded': 0.24; 'version': 0.25; 'received:84': 0.25; 'windows': 0.26; 'subject:Windows': 0.29; 'probably': 0.30; 'yields': 0.31; 'it.': 0.31; 'called': 0.32; 'to:addr:python- list': 0.32; 'another': 0.32; 'menu': 0.33; 'trouble': 0.34; 'got': 0.34; 'there': 0.35; 'file': 0.35; 'header:User-Agent:1': 0.35; 'reply-to:addr:python.org': 0.35; 'suggested': 0.35; 'running': 0.36; 'feature': 0.36; 'think': 0.36; 'apr': 0.38; 'convenient': 0.38; 'execute': 0.38; 'install': 0.38; 'but': 0.38; 'back.': 0.39; 'to:addr:python.org': 0.39; 'could': 0.39; 'how': 0.39; 'add': 0.39; 'solution': 0.40; 'happened': 0.40; 'would': 0.40; 'skip:h 20': 0.60; 'addition': 0.62; 'discovered': 0.71; 'lost': 0.71; 'reply-to:no real name:2**0': 0.72; 'header:Reply- To:1': 0.72; 'clicking': 0.83; '12:28': 0.84; 'subject:lost': 0.84; 'subject: !': 0.91 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At8HAOO/uU3Unw4S/2dsb2JhbACYUo0zd8YBhXYEknCJdg Date: Thu, 28 Apr 2011 20:29:51 +0100 From: MRAB User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: python-list@python.org Subject: Re: IDLE lost from Windows menu ! References: <264d1536-864b-4cd5-9930-b4f5e69e8d46@h38g2000yqn.googlegroups.com> <19fe1f2d-c718-4844-8eac-685d8aeeede3@e21g2000yqe.googlegroups.com> In-Reply-To: <19fe1f2d-c718-4844-8eac-685d8aeeede3@e21g2000yqe.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 36 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304018995 news.xs4all.nl 81483 [::ffff:82.94.164.166]:42366 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4252 On 28/04/2011 20:11, Uncle Ben wrote: > On Apr 28, 12:28 pm, Uncle Ben wrote: >> I have lost the convenient feature that to edit a .py file I could >> right-click on the file name and reach the menu item "Edit with IDLE". >> >> The workaround is not hard, but it wouild be nice to get this feature >> back. >> >> It happened when I was mungeing around and downloaded Python 2.3.3 in >> addition to Python 2.7.1, and got into trouble until I discovered >> that I was involuntarily RUNNING the older version. So I cleaned it >> out, but still I have this aftermath. >> >> Is there a Windows guru out there who can tell be how to add to the >> right-click menu clicking on myfile.py? >> >> Uncle Ben > > It was suggested to me privately that I search for > HKEY_CLASSES_ROOT\*\shell, > right_click on "shell", > create a new key called "EDIT with IDLE" > and another called "command python.exe %1" > > Problem: > Searching on the HKEY group as above yields no "shell". > > Did I not do it right, or is there another way? > > (I would think that that command would execute my file, not edit it. > But maybe I will be surprised.) > > (I am running Windows 7, 64-bit.) > Probably the simplest solution would be to install the appropriate version of Python again.