Skip to content

ModuleNotFoundError #7

@Emilza07

Description

@Emilza07

Hi, I use Python 3.10, but cannot set it to work with PyPadPlusPlus :
When I try to use pyPadExecute or pyPadExecuteFix it's give me this error:

Traceback (most recent call last):
  File "C:\Program Files\Notepad++\plugins\PythonScript\scripts\plugins\config\PythonScript\scripts\pyPadExecuteFix.py", line 7, in <module>
    try: Npp.pypad != None
NameError: name 'Npp' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\Notepad++\plugins\PythonScript\scripts\plugins\config\PythonScript\scripts\pyPadExecuteFix.py", line 8, in <module>
    except: from pyPadStart import *
ModuleNotFoundError: No module named 'pyPadStart'

IDK why it's showing that, I set the pythonPath correct.
so why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions