First of all, thank you for your work.
Your code works fine when I execute from source code. But when I compiled my code with py2app, your code display an error message:
from pygeckodriver import geckodriver_path
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 668, in _load_unlocked
File "<frozen importlib._bootstrap>", line 638, in _load_backward_compatible
File "pygeckodriver/__init__.pyc", line 37, in <module>
File "pygeckodriver/__init__.pyc", line 33, in _get_filename
FileNotFoundError: GeckoDriver for Darwin(x86_64) is not found.
I was wondering if you could help me to fix this issue please
Hi,
First of all, thank you for your work. Your code works fine when I execute from source code. But when I compiled my code with py2app, your code display an error message:
I was wondering if you could help me to fix this issue please
Kind regards