PyDev in Eclipse: Unable to get project for the run

0

I have a problem related to PyDev's interpreter configuration in eclipse, every time I try to run, the following error appears:

  

"Unable to get project for the run"

Has anyone ever had this error using eclipse?

    
asked by anonymous 05.04.2016 / 03:41

1 answer

0

In the compiler / interpreter settings, you must pass the path of the python interpreter. the PyDev does not see fully configured.

Follow the template of the image below and the Manual link:

    
05.04.2016 / 06:16