51Testing软件测试论坛

标题: python代码用pyinstaller打包后的exe文件,运行出现异常报错,如何解决 [打印本页]

作者: 测试积点老人    时间: 2022-8-31 16:28
标题: python代码用pyinstaller打包后的exe文件,运行出现异常报错,如何解决
在以下的python代码中导入并运用了selenium,通过pyinstaller -F命令打包好exe程序,在其他电脑上无法正常运行,出现异常,请问如何解决?

  1. <p>from selenium.webdriver import Chrome</p><p>import time</p><p>
  2. </p><p>web=Chrome()</p><p>web.get("https:www.baidu.com")</p><p>print(web.title)</p><p>time.sleep(10)</p>
复制代码


报错提示
  1. selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary
复制代码




作者: jingzizx    时间: 2022-9-1 21:17
缺东西?




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2