How to fix Notepad++ NppExec Error

吃可爱长大的小学妹 提交于 2019-12-11 15:01:17

问题


I'm trying to fix a error in Notepad++, I'm using NppExec plugin in Notepad++ and trying to execute my code. Whenever I click Plugins, NppExec, Execute, a window popups. Then I type this:

print("Hello World")

and press 'OK', a error line like this appears:

print("Hello World!")
about to start a child process: "print("Hello World!")"
`CreateProcess() failed with error code 2:`  
The system cannot find the file specified.           

How should I fix this? Am I using it in the wrong way? Or is there any way to fix this? [Sorry if I hadn't explained well]

来源:https://stackoverflow.com/questions/50665505/how-to-fix-notepad-nppexec-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!