51Testing软件测试论坛
标题:
mac 上执行 py 文件提示找不到模块
[打印本页]
作者:
测试积点老人
时间:
2022-6-29 13:08
标题:
mac 上执行 py 文件提示找不到模块
有没有大佬遇到过 windows 正常执行,mac 上执行提示模块不存在。网上说加上如下代码解决,有没有好的方案呢
import os,sys
curPath = os.path.abspath(os.path.dirname(file))
rootPath = os.path.split(curPath)[0]
sys.path.append(rootPath)
复制代码
[attach]138685[/attach]
作者:
qqq911
时间:
2022-6-30 12:19
组件没装好
作者:
jingzizx
时间:
2022-6-30 14:53
缺少?
作者:
kallinr
时间:
2022-6-30 17:31
指导一下
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2