问题
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