ImportError: No module named ‘selenium’

If you have pip installed you can install selenium like so. pip install selenium or depending on your permissions: sudo pip install selenium For python3: sudo pip3 install selenium As you can see from this question pip vs easy_install pip is a more reliable package installer as it was built to improve easy_install. I would also suggest … Read more