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
http://pydev.org/manual_101_interpreter.htm
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 :)
Running Python from within Eclipse py, and Eclipse will recognize it as Python code. Type in some Python code (for instance: print 2+2 ), then right-click on the Python file you've created and select Run As >> Python run . You should see the output of your Python code in the console at the bottom of the Eclipse window.
Go to the menu: Alt + R + S + The number of the Run you wish (It can be Python, Jython, unit-test, etc). Note: if you were using unit-tests, you could use: Ctrl+F9 to run the unit-tests from the module (and even selecting which tests should be run -- and if Shift is pressed it's launched in debug mode).
This is an introduced bug as part of the latest changes done in PyDev interpreter (it should work even without a full path -- please create a new issue at the PyDev tracker: https://sw-brainwy.rhcloud.com/tracker/PyDev/ with the error you get when running).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With