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
我最近想开始用python编程,因此用PyDev建立我的eclipse。现在,我遵循了一步一步的教程
http://pydev.org/manual_101_interpreter.htm
http://pydev.org/manual_101_interpreter.htm
l but when i create my first PyDev Project i get the error:
但是当我创建我的第一个PyDev项目时,我得到了一个错误:
"The interpreter configured does not exist in the filesystem: python"
“配置的解释器在文件系统: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:
我使用的是Eclipse 4.3, Python 2.7,我通过Eclipse“安装新软件”选项安装了PyDev。我没有配置任何Jython/IronPython解释器,以下是我的python-解释器首选项的外观:
Any help would be appreciated :)
如有任何帮助,我们将不胜感激。
1 个解决方案
#1
2
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).
这是一个引入的bug,是PyDev解释器中最新修改的一部分(即使没有完整的路径,它也可以工作——请在PyDev跟踪器中创建一个新问题:https://sw-brainwy.rhcloud.com/tracker/PyDev/,并在运行时出现错误)。
#1
2
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).
这是一个引入的bug,是PyDev解释器中最新修改的一部分(即使没有完整的路径,它也可以工作——请在PyDev跟踪器中创建一个新问题:https://sw-brainwy.rhcloud.com/tracker/PyDev/,并在运行时出现错误)。