Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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: UNSURE 0.226 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.60; '*S*': 0.05; 'python': 0.07; 'path,': 0.09; 'subject:IDLE': 0.16; 'subject:menu': 0.16; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; '(or': 0.22; 'header:In-Reply- To:1': 0.22; 'cc:addr:python-list': 0.22; 'message- id:@mail.gmail.com': 0.28; 'subject:Windows': 0.29; 'cc:addr:python.org': 0.31; 'key.': 0.31; 'put': 0.35; 'received:209.85': 0.37; 'received:google.com': 0.38; 'received:209': 0.39; 'header:Received:5': 0.40; 'skip:h 20': 0.60; 'hand': 0.61; 'choose': 0.61; 'charset:windows-1252': 0.61; 'below': 0.63; 'double': 0.69; 'click': 0.77; 'received:209.85.210.174': 0.84; 'received:mail- iy0-f174.google.com': 0.84; 'subject:lost': 0.84; 'subject: !': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=hKZacDXb66gSkwZvcau+grAX4+ewR9dkis24phzj7ZE=; b=dhhTVwRN05JGI2qZR++ub647JMlC7jwI4Tu1b3DwizX3UBT0SIJ5QOaTDvIxgw8WWq dtQxuSZLQjAIRXQGWhIRJIdNESX1oGt88wkELSruJ9k4OCOdPTXI+Oc0cnbG4W+TF2na FdWB+wJj3jKfB664dr35opyfpzSadiRxrhO3Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pkqnm4OyfxP7fPblzFoVzGLFh304+/3XJmHxIl6FbGiRfudlEaiPNb0CUzc+9sEa0Z a7eHH/TyrBKV/cLpzYLgI1dnMNXWlAUSNl2MsDIne4ODbhX43E3Sm841Tk5YYNWndzOw AgDISYBLAuYzGmwv0mEszUUIeO97z0M2tZgzc= MIME-Version: 1.0 In-Reply-To: <264d1536-864b-4cd5-9930-b4f5e69e8d46@h38g2000yqn.googlegroups.com> References: <264d1536-864b-4cd5-9930-b4f5e69e8d46@h38g2000yqn.googlegroups.com> Date: Fri, 29 Apr 2011 03:01:12 +1000 Subject: Re: IDLE lost from Windows menu ! From: Alec Taylor To: Uncle Ben Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Fri, 29 Apr 2011 04:16:39 +0200 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list 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: 13 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304043400 news.xs4all.nl 32470 [::ffff:82.94.164.166]:49070 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4286 Search for the following key in regedit: HKEY_CLASSES_ROOT\*\shell Right click on =93shell=94, choose create new key. Name it =93Edit with IDLE" Create a new key below that one and call it =93command.=94 Now double click on the (Default) value that you will find in the right hand pane, and type in the following: python.exe %1 (or if you don't have it in your PATH, then put in the absolute python directory, ie: C:\Python27\bin\python.exe)