“Edit with IDLE” option missing from context menu

前端 未结 11 1995
盖世英雄少女心
盖世英雄少女心 2020-12-09 10:46

I have Python 2.7.5 that installed with ArcGIS 10.2.2. When I first right-clicked a .py script I\'d previously written it listed the \"Edit with IDLE\" option in the contex

11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-09 11:08

    This issue is arising because of the problem in the registry of Python installation. While one may edit the registry and resolve the issue, the simple solution for this can be:

    1. DELETE ALL THE REGISTRIES pertaining to the py extensions and

    2. Re-install Python and let installation take its course of action.

    The problem will definitely resolve.

    Happy Programming

提交回复
热议问题