Importing into eclipse problem

my problem is when I export my project to eclipse gives me this error: > python program is not found PATCH.

Actually I’m new and can not be, someone could help me.

hi @fekj97

install python on to your C:/ drive like this.
C:/python27
use python 2.7

also go to system environment variables and find the path variable , click on edit
at the end of it add a semicolon
e.g.

C:/xyz;C:/python27

and set apply and ok.
next
open command prompt and type pythonand press enter.
if it goes to the python terminal, then congratz python is now a command.

if it says python is not recognized as an internal or external command
then you set it up wrong, google how to set an environment variable.

I think that would solve the problem.
or else check in eclipse the build path whether it has the following command in there.

in properties-> C/C++ build

Build command : python ${ProjDirPath}/build_native.py

and Build directory : ${ProjDirPath}

if there is any problem let us know :stuck_out_tongue:

happy coding

1 Like

thanks friend I made ​​satisfactory.

oh… then hit a like… :smile:

ha ha… :smile:

Happy coding.

1 Like