Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4266
| Date | 2011-04-28 16:17 -0500 |
|---|---|
| From | Andrew Berg <bahamutzero8825@gmail.com> |
| Subject | Re: IDLE lost from Windows menu ! |
| References | <264d1536-864b-4cd5-9930-b4f5e69e8d46@h38g2000yqn.googlegroups.com> <19fe1f2d-c718-4844-8eac-685d8aeeede3@e21g2000yqe.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.962.1304025444.9059.python-list@python.org> (permalink) |
On 2011.04.28 02:11 PM, Uncle Ben wrote: > 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" The key you're looking for is HKCR\Python.File\shell. Add a subkey called Edit with IDLE. Create a subkey in there called command. Inside HKCR\Python.File\shell\Edit with IDLE\command, modify the default value to "C:\Python32\pythonw.exe" "C:\Python32\Lib\idlelib\idle.pyw" -e "%1" (changing the paths if necessary). Do the same with HKCR\Python.NoConFile\shell to get the command for .pyw files.
Back to comp.lang.python | Previous | Next — Previous in thread | Next 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