Program “python” is not found in PATH

丶灬走出姿态 提交于 2020-01-03 05:44:05

问题


I've been trying to open a Cocos 2d-x project in Eclipse. The project is a C++ project, and the builder is a python script. After opening it, I get an error "Program “python” is not found in PATH."

I've done some searching, and everyone who has experienced this issue has said that adding python to the build environment solved the issue. I tried that, and it didn't work. (I also tried restarting eclipse after the change, still no effect)

Most of the image below shows that I have python in my build environment, and the very bottom shows the error I get.

Any ideas on what I'm doing wrong?

来源:https://stackoverflow.com/questions/24743446/program-python-is-not-found-in-path

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