Eclipse配置Python编译出错Unable to create the selected preference page.

问题:eclipse版本:Version: Mars.1 Release (4.5.1)

           按照网上教程配置pydev报错

Eclipse配置Python编译出错Unable to create the selected preference page.

解决:降低pydev版本为4.0.0成功(选择4.0.0版本之后成功,就没有测其他低版本是否可行)

 1.Help->Install New Software ->Add

 安装旧版PyDev,路径Location=https://dl.bintray.com/fabioz/pydev/old/,如图:

Eclipse配置Python编译出错Unable to create the selected preference page.

 2.选择4.0.0版本,完成安装即可。

 

Eclipse配置Python编译出错Unable to create the selected preference page.

 

3.再点击Windows -> Preferences -> PyDev -> Interpreters -> Python Interpreter就不报错了。

Eclipse配置Python编译出错Unable to create the selected preference page.

4.配置Python解释器

Eclipse配置Python编译出错Unable to create the selected preference page.

小提示:如果找不到python安装路径,命令行输入where python可查找python安装路径

Eclipse配置Python编译出错Unable to create the selected preference page.

Eclipse配置Python编译出错Unable to create the selected preference page.