This took some work to figure out, but I finally got it. Apparently starting with v7.6.0 the DLL location requirement changed. The install of the PythonScript needs to change where it drops the DLL file for the plugin. The install places the PythonScript.dll file in this folder: C:\Program Files (x86)\Notepad++\plugins Move PythonScript.dll to this folder C:\Program Files (x86)\Notepad++\plugins\PythonScript Restart NP++ and you should have the PythonScript available in the Plugins drop down men...