-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
Labels
No labels