I am trying to create a web-scrapping tool with a Djnago app as a GUI.
I have been able to get selenium up and running on my PythonAnywhere account by following the instructions on this thread . ie. When I open a python console from command line, and run my scripts it works fine.
However when I try to run the exact same code from within a Django app running on PythonAnywhere I get the following error:
WebDriverException: Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it for details.
UPDATE: I tried running the same code from my local Djnago app and it worked fine. In both cases it's selenium 2.53.6 and Django 1.10.2