this post was submitted on 12 Jul 2023
1 points (100.0% liked)

All things Python

15 readers
1 users here now

A magazine for the discussion of the Python programming language

founded 2 years ago
 

Did any of you ever tried to compile a python app that uses selenium with PyInstaller? The app works perfectly if launched as a python script, but when in binary format I get an error like this:

selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally.
  (unknown error: DevToolsActivePort file doesn't exist)
  (The process started from chrome location /opt/google/chrome/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

#python

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here