Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4286
| References | <264d1536-864b-4cd5-9930-b4f5e69e8d46@h38g2000yqn.googlegroups.com> |
|---|---|
| Date | 2011-04-29 03:01 +1000 |
| Subject | Re: IDLE lost from Windows menu ! |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.977.1304043400.9059.python-list@python.org> (permalink) |
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