Re: IDLE lost from Windows menu !

2011-10-21 Thread c . fangeux
Thanks Alec. For me it works with the following Default key : C:\Python32\pythonw.exe C:\Python32\Lib\idlelib\idle.pyw -e %1 Otherwise IDLE does not open, only python was executed. -- http://mail.python.org/mailman/listinfo/python-list

Re: IDLE lost from Windows menu !

2011-04-28 Thread Uncle Ben
On Apr 28, 12:28 pm, Uncle Ben b...@greenba.com 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

Re: IDLE lost from Windows menu !

2011-04-28 Thread MRAB
On 28/04/2011 20:11, Uncle Ben wrote: On Apr 28, 12:28 pm, Uncle Benb...@greenba.com 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

Re: IDLE lost from Windows menu !

2011-04-28 Thread Uncle Ben
On Apr 28, 3:29 pm, MRAB pyt...@mrabarnett.plus.com wrote: On 28/04/2011 20:11, Uncle Ben wrote: On Apr 28, 12:28 pm, Uncle Benb...@greenba.com  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.

Re: IDLE lost from Windows menu !

2011-04-28 Thread Andrew Berg
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

Re: IDLE lost from Windows menu !

2011-04-28 Thread Terry Reedy
On 4/28/2011 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

Re: IDLE lost from Windows menu !

2011-04-28 Thread Uncle Ben
On Apr 28, 3:11 pm, Uncle Ben b...@greenba.com wrote: On Apr 28, 12:28 pm, Uncle Ben b...@greenba.com 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

Re: IDLE lost from Windows menu !

2011-04-28 Thread Uncle Ben
On Apr 28, 5:17 pm, Andrew Berg bahamutzero8...@gmail.com wrote: 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

Re: IDLE lost from Windows menu !

2011-04-28 Thread Alec Taylor
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

Re: IDLE lost from Windows menu !

2011-04-28 Thread Jayme Proni Filho
I agree with MRAB because it is easy and fast solution. --- Jayme Proni Filho Skype: jaymeproni Twitter: @jaymeproni Phone: +55 - 17 - 3631 - 6576 Mobile: +55 - 17 - 9605 - 3560 e-Mail: jaymeproni at yahoo dot com