[issue29014] Python 3.5.2 installer doesn't register IDLE .py extensions on Windows 10

Eryk Sun report at bugs.python.org
Wed Dec 21 19:19:35 EST 2016


Eryk Sun added the comment:

> I did that, and now all the options are gone.

Removing the broken HKLM entry shouldn't have removed all of the options. The "Edit with IDLE" menu should be there as long as Python.File is selected for the file association. It's defined for the current user on your system, under the following key:

    HKCU\SOFTWARE\Classes\Python.File\Shell\editwithidle

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29014>
_______________________________________


More information about the Python-bugs-list mailing list