kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
404 stars 52 forks source link

[feature request] support pyinstaller propperly #95

Open taytanqbpass opened 8 months ago

taytanqbpass commented 8 months ago

Hey there,

I tried to package this with my executable by using "pyinstaller -F --icon icon.ico --hidden-import=selenium_driverless main.py" but I'm getting the error: FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\admin\AppData\Local\Temp\_MEI145002\selenium_driverless/files/is_first_run'

any help would be appreciated, Thanks.

kaliiiiiiiiii commented 8 months ago

Yep, you'll have to include the full driverless package directory. Also, I plan to make this package pyinstaller-safe

milahu commented 5 months ago

see also #122