eclipse新建python项Project interpreter not specified

安装好pydev后新建python项目时提示”Project interpreter not specified“的错误,这是因为没有导入python开发环境所致
 

解决方法如下:
1.找到eclipse---->window----->freference.找到左侧栏边得pydev,展开,点击Interpreter-Python。
2.在右侧找到New,名字可以不命名,找到python安装路径,我的是c:\python26.然后点击ok,等待导入完成,即可新建python项目

猜你喜欢

转载自blog.csdn.net/u013383596/article/details/78618566