I ran into a problem last week where Selenium python scripts were just opening a blank Firefox window and doing nothing. Running this from the command line fixed it:
pip install -U selenium
via python – Selenium: FirefoxProfile exception Can’t load the profile – Stack Overflow.