I have installed python version 2.7.Later updated with 3.4 and i was able to see " Edit with IDE" option for python files.Due to project requirements went back to 2.7.Later on, not able to see the "Edit with IDE option". Gone through some answers for the same issue and followed the steps as explained.But still i'm facing the same issue.Not sure if i'm doing any silly mistake.Please can any one help me to figure out the issue.Snapshot of the Python installed location in Registry
Asked
Active
Viewed 140 times
0
-
2_"Gone through some answers for the same issue"_. Please provide a link to these answers so we don't waste your time suggesting the same solutions you already tried. – Kevin Jul 12 '16 at 13:41
-
Which IDE were you using? – gabra Jul 12 '16 at 13:42
-
Below are the links i have gone through http://superuser.com/questions/343519/python-idle-disappeared-from-the-right-click-context-menu http://stackoverflow.com/questions/29179631/edit-with-idle-option-missing-from-context-menu – Chandan Kumar Jul 12 '16 at 13:43
-
Right now the installed version is python 2.7 – Chandan Kumar Jul 12 '16 at 13:45
-
Where is python installed on your machine? – Tadhg McDonald-Jensen Jul 12 '16 at 18:00
-
Make sure Python is configured to handle .py files. In the "open with" menu of a Python script, select "Choose another app". Select Python and enable "Always use this app to run .py files", and then click OK. This should enable the "Edit with IDLE" menu option that's configured for the `Python.File` ProgId. – Eryk Sun Jul 12 '16 at 22:49