前提・実現したいこと
メルカリの売った商品をPythonのスクレイピングにて情報をCSVにしました。
.pyファイルでは、正常に動作するのですが、exeファイルに変換し、実行すると動作しません。
以下の文字が出現します。
発生している問題・エラーメッセージ
Traceback (most recent call last): File "selenium webdriver common\service.py", line 72, in start File subprocess.py", line 951, in _init_ File "subprocess.py", line 1420, in _execute_child, FileNotFoundError: [WinError 2] t aht: 771) Divadlo During handling of the above exception, another exception occurred: Traceback (most recent call last): File merukaritest.py", line 20, in <module> File selenium¥webdriver chrome¥webdriver.py", line 73, in _init_ File "selenium¥webdriver\common\service.py", line 81, in start selenium.common.exceptions. WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https: V/sites.google.com/a/chromium.org/chromedriver/home [24164] Failed to execute script merukaritest
試したこと
https://www.zacoding.com/post/python-selenium-to-exe/
こちらのページを参考にしたのですが、うまくexe化しません。
簡単なpyファイル(print("こんにちは"))はexe化できました。
補足情報(FW/ツールのバージョンなど)
chromedriver-binary 76.0.3809.126.0
pyinstaller 4.2
selenium 3.141.0
Python 3.9.4
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/04/14 04:37