Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4286
| 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 | <alec.taylor6@gmail.com> |
| 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 <alec.taylor6@gmail.com> |
| To | Uncle Ben <ben@greenba.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.977.1304043400.9059.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
Search for the following key in regedit: HKEY_CLASSES_ROOT\*\shell Right click on “shell”, choose create new key. Name it “Edit with IDLE" Create a new key below that one and call it “command.” 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)
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
IDLE lost from Windows menu ! Uncle Ben <ben@greenba.com> - 2011-04-28 09:28 -0700
Re: IDLE lost from Windows menu ! Uncle Ben <ben@greenba.com> - 2011-04-28 12:11 -0700
Re: IDLE lost from Windows menu ! MRAB <python@mrabarnett.plus.com> - 2011-04-28 20:29 +0100
Re: IDLE lost from Windows menu ! Uncle Ben <ben@greenba.com> - 2011-04-28 13:21 -0700
Re: IDLE lost from Windows menu ! Andrew Berg <bahamutzero8825@gmail.com> - 2011-04-28 16:17 -0500
Re: IDLE lost from Windows menu ! Uncle Ben <ben@greenba.com> - 2011-04-28 18:26 -0700
Re: IDLE lost from Windows menu ! Uncle Ben <ben@greenba.com> - 2011-04-28 18:21 -0700
Re: IDLE lost from Windows menu ! Terry Reedy <tjreedy@udel.edu> - 2011-04-28 17:20 -0400
Re: IDLE lost from Windows menu ! Alec Taylor <alec.taylor6@gmail.com> - 2011-04-29 03:01 +1000
csiph-web