import error:no module name。。。。。
检查点
1 模块有没有init.py这个文件
2 src在不在sys.path里,通过print(sys.path)来做debug
没有的话
import sys
sys.path.append('yourir")