Python导入包提示no module的解决办法

import sys, os
sys.path.append(os.path.dirname(__file__) + "/test_path/")

TODO:详细过程

posted @ 2020-11-08 11:45  Leonlog  阅读(802)  评论(0编辑  收藏  举报