彻底解决Eclipse+PyDev Unresolved import:问题

问题的解决方法:

1.右键工程——properties
2.选择Pydev-Interface/Grammar,点击链接Click here to configure aninterpreter not listed
3.在python Interperter中选择New Folder,添加包的路径即可。

比如引入tflearn发生Unresolved import错误,则:
彻底解决Eclipse+PyDev Unresolved import:问题