import sys path=' ' #path是你自定义的模块的文件路径 sys.path #如果不存在你自定义的模块的文件路径,则按下一句添加路径即可 sys.path.append(path)