python代码用pyinstaller打包后的exe文件,运行出现异常报错,如何解决
在以下的python代码中导入并运用了selenium,通过pyinstaller -F命令打包好exe程序,在其他电脑上无法正常运行,出现异常,请问如何解决?<p>from selenium.webdriver import Chrome</p><p>import time</p><p>
</p><p>web=Chrome()</p><p>web.get("https:www.baidu.com")</p><p>print(web.title)</p><p>time.sleep(10)</p>
报错提示
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary
缺东西?
页:
[1]