在 Eclipse 中添加新的 Python 模块时,我收到“项目中未配置 pydev 特性”错误。
任何想法如何解决它?如何配置pydev性质?
我的配置:
- Mac OS X 10.9。
- Eclipse SDK 版本:4.3.1 构建 ID:M20130911-1000
- PyDev for Eclipse 2.8.2.2013090511
。项目:
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>myproject</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>