Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Guide: How to install the PythonScript plugin on Notepad++ 7.6.3, 7.6.4 and above:

    General Discussion
    1
    1
    20651
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Meta Chuh
      Meta Chuh last edited by Meta Chuh

      due to repeated requests, on how to install the PythonScript plugin on newer versions of notepad++, here’s a …

      complete guide how to install pythonscript on notepad++ 7.6.3, 7.6.4 and above:


      for notepad++ 7.6.4, 64 bit (installed version):

      • download and extract PythonScript_Full_1.3.0.0_x64.zip from >>> here <<< to your desktop.
        note: do not use any other available release type, except this zip.

      • open %ProgramFiles%\Notepad++\plugins\ in windows explorer and create a folder called PythonScript.

      • copy PythonScript.dll from the plugins folder of this extracted zip to:
        %ProgramFiles%\Notepad++\plugins\PythonScript\PythonScript.dll

      • copy python27.dll from this extracted zip to:
        %ProgramFiles%\Notepad++\python27.dll

      • copy the folders scripts containing machine level scripts and lib containing python libraries, from the zip’s plugins\PythonScript folder to:
        %ProgramFiles%\Notepad++\plugins\PythonScript\


      for notepad++ 7.6.4, 32 bit (installed version):

      • download and extract PythonScript_Full_1.3.0.0.zip from >>> here <<< to your desktop.
        note: do not use any other available release type, except this zip.

      • open %ProgramFiles(x86)%\Notepad++\plugins\ in windows explorer and create a folder called PythonScript.

      • copy PythonScript.dll from the plugins folder of this extracted zip to:
        %ProgramFiles(x86)%\Notepad++\plugins\PythonScript\PythonScript.dll

      • copy python27.dll from this extracted zip to:
        %ProgramFiles(x86)%\Notepad++\python27.dll

      • copy the folders scripts containing machine level scripts and lib containing python libraries, from the zip’s plugins\PythonScript folder to:
        %ProgramFiles(x86)%\Notepad++\plugins\PythonScript\


      additional note: if you have installed notepad++ to a different location than the default, please adapt %ProgramFiles(x86)%\Notepad++or %ProgramFiles%\Notepad++ to your custom path.

      1 Reply Last reply Reply Quote 10
      • First post
        Last post
      Copyright © 2014 NodeBB Forums | Contributors