3

Using Windows 10 64 Bit, ArcGIS for Desktop Advanced, ArcGIS Pro 1.2

I use PyScripter pretty extensively, and after I installed ArcGIS Pro (which installs Python 3), I noticed that I can no longer right-click on a python file and choose "Edit with PyScripter" anymore, even though the setting in PyScripter is set properly (Tools ==> Options ==> IDE Options ==> Shell Integration ==> File Explorer Context Menu)

How do I get this function to work again?

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked May 9, 2016 at 16:23

1 Answer 1

4

I solved this issue by adding an entry to the registry... you can do the same by creating a new text file and renaming it to "AddToContextMenu.reg" (the key is to rename the extension to .reg) Copy and paste the following to the file, then run it to add it to the registry.

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Edit with Pyscripter]
[HKEY_CLASSES_ROOT\*\shell\Edit with Pyscripter\command]
@="\"C:\\Program Files (x86)\\PyScripter\\PyScripter.exe\" \"%1\""
answered May 9, 2016 at 16:23

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.