"Edit with IDLE" doesn't work any more ?

md.shoaibakhtar2013 at gmail.com md.shoaibakhtar2013 at gmail.com
Thu Oct 18 10:01:08 EDT 2018


On Friday, April 28, 2017 at 5:37:55 PM UTC+5:30, Yip, Kin wrote:
> Hi,
> 
> I'm relatively new with Python3 in Windows 7.  I'm using now Python 3.6.1.
> 
> Suddenly right-clicking on a .py file  and choose "Edit with IDLE" just doesn't work.
> 
> I've tried to do :
> 
> "c:\program files\python36\pythonw.exe"   -m idlelib    mypythoncodes.py
> 
> 
> the IDLE editor just doesn't come up.    But if I start the IDLE Shell and then "Open File", the editor is there and
> works normally.
> 
> I've tried to uninstall "python launcher" and then repair or modify  "python3.6 " in Control Panel/Program and Features.   Nothing works ...
> 
> Any help ?  I show you my Windows registry at the bottom of this email.
> 
> Kin
> 
> PS: My registry :
> 
> Windows Registry Editor Version 5.00
> 
> [HKEY_CLASSES_ROOT\Python.File\shell]
> 
> [HKEY_CLASSES_ROOT\Python.File\shell\editwithidle]
> "MUIVerb"="&Edit with IDLE"
> "Subcommands"=""
> 
> [HKEY_CLASSES_ROOT\Python.File\shell\editwithidle\shell]
> 
> [HKEY_CLASSES_ROOT\Python.File\shell\editwithidle\shell\edit36]
> "MUIVerb"="Edit with IDLE 3.6 (64-bit)"
> 
> [HKEY_CLASSES_ROOT\Python.File\shell\editwithidle\shell\edit36\command]
> @="\"C:\\Program Files\\Python36\\pythonw.exe\" -m idlelib \"%L\" %*"
> 
> [HKEY_CLASSES_ROOT\Python.File\shell\open]
> 
> [HKEY_CLASSES_ROOT\Python.File\shell\open\command]
> @="\"C:\\WINDOWS\\py.exe\" \"%L\" %*"
> 
> [HKEY_CLASSES_ROOT\Python.File\shell\Run]
> 
> [HKEY_CLASSES_ROOT\Python.File\shell\Run\command]
> @="\"C:\\Windows\\py.exe\" \"%1\" %*"
> 
> [HKEY_CLASSES_ROOT\Python.File\shell\runas]
> 
> [HKEY_CLASSES_ROOT\Python.File\shell\runas\command]
> @="\"C:\\Windows\\py.exe\" \"%1\" %*"


Hello Brother I got the promblem.
I got too frustrated. But now i have solution for it.
Just download "api-ms-win-crt-utility-l1-1-0.dll".
For this worked.
And if this doesnt work download these dll too:-
api-ms-win-crt-conio-l1-1-0.dll
api-ms-win-crt-convert-l1-1-0.dll
api-ms-win-crt-environment-l1-1-0.dll
api-ms-win-crt-filesystem-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-locale-l1-1-0.dll
api-ms-win-crt-math-l1-1-0.dll
api-ms-win-crt-process-l1-1-0.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-string-l1-1-0.dll
api-ms-win-crt-time-l1-1-0.dll

This is it. If the problem continues, then i don't know what to do.
I this will Help.



More information about the Python-list mailing list