pydev在eclipse上,python语法错误报错
在eclipse里面编辑python代码,使用的插件是pydev。eclipse有把语法错误,一把大大的红差,提示信息是“Undefined variable from import”。但是代码又能正确执行。既然是一个假的语法报错,本可以置之不理。但那个红叉很是恼人。
解决办法,找到菜单:window -- preferences -- pydev -- editor -- code analysis -- Undefined -- undefined variable from import,把error改为warning,关掉eclipse再重新启动。红叉就消失了。