python是通过过使用:sys.path来获取模块的路径的,返回的但是一个list
向python模块路径中加入自己的模块:sys.path.append(os.path.abspath(‘%s../../‘ % sys.path[0]))使用的是‘append’关键字;
然后看下大神是如何调戏你的:哇哈哈哈
让我猜猜你是不是动__init__.py文件了;
stackoverflow :
https://stackoverflow.com/questions/338768/python-error-importerror-no-module-named
https://stackoverflow.com/questions/11639577/importerror-no-module-named-oauth2
时间: 2024-10-04 14:01:25