I recently wanted to start programming with python and therefore set up my eclipse with PyDev. Now, i followed the step-by-step Tutorial at
l but when i create my first PyDev Project i get the error:
"The interpreter configured does not exist in the filesystem: python"
I am using Eclipse 4.3, Python 2.7 and I installed PyDev via the eclipse 'Install new software' option. I did not configure any Jython/IronPython interpreters and the following is how my python-interpreter preferences look like:
Any help would be appreciated :)