51Testing软件测试论坛

标题: mac 上执行 py 文件提示找不到模块 [打印本页]

作者: 测试积点老人    时间: 2022-6-29 13:08
标题: mac 上执行 py 文件提示找不到模块
有没有大佬遇到过 windows 正常执行,mac 上执行提示模块不存在。网上说加上如下代码解决,有没有好的方案呢
  1. import os,sys
  2. curPath = os.path.abspath(os.path.dirname(file))
  3. rootPath = os.path.split(curPath)[0]
  4. 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