My PC used to have an ealier version of Python, with a few .py scripts that was excecuted from a .bat file, and that .bat file was excecuted by another program.
It was time to learn Python, so I upgraded to the latest version, 3.6.5 At first I thought by installing the latest version, it will obveride the older versions. But found out when open the .py file with Edit with IDLE, the older version's number appeared in the window within the script. So I uninstalled all older versions of Python, and re-installed again the latest version. But now there is no Edit with IDLE on the context menu.
I am vey new to Python, I had the initial scripts written by someone else long time ago using the older version of Python.
So How do I get the Edit with IDLE back on the context menu, is it something I have download ?
Thanks