breuerfelix / chromedriver-py

chromedriver self updated binaries for all platforms
https://pypi.org/project/chromedriver-py/
Apache License 2.0
52 stars 15 forks source link

Unable to run find binary after built to .exe #29

Closed tommytang213 closed 1 year ago

tommytang213 commented 1 year ago

The python script to call the chrome browser can be run in .py format. However, it fails to run after built to .exe file. The error is as below: (I ran the script on window 10)

Traceback (most recent call last): File "Assign_Pollvote.py", line 8, in File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "chromedriver_py__init__.py", line 38, in File "chromedriver_py__init__.py", line 33, in _get_filename Exception: Couldn't find a binary for your system: windows / amd64. Please create an Issue on github.com/breuerfelix/chromedriver-py and include this Message.

image

breuerfelix commented 1 year ago

could you have a look at #26 ? he had the same problem as you :)

tommytang213 commented 1 year ago

Dear Felix,Tested the solution works for me, thank you.Best regards,TommyOn Jul 26, 2023, at 15:08, Felix Breuer @.***> wrote: could you have a look at #26 ? he had the same problem as you :)

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

breuerfelix commented 1 year ago

awesome, thanks for the feedback!