breuerfelix / chromedriver-py

chromedriver self updated binaries for all platforms

Home Page:https://pypi.org/project/chromedriver-py/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to run find binary after built to .exe

tommytang213 opened this issue · comments

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

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

awesome, thanks for the feedback!