let me explain the problem:
I have pyCharm, SublimeText, CodeRunner, and IPython Notebook. I've been exploring each one to see which i like best. Turns out to be PyCharm.
Here's the problem - CodeRunner recognizes the package for "Selenium", and gladly imports the module.
However, when I use pyCharm and iPython notebook, an import error occurs - which befuddles me. Why would it work for one IDE and not the another?
Also - i used "sudo pip install selenium" in the terminal. What exactly is the root of the problem? I feel like it has something to do with permissions, but am not knowledgeable of how to modify permissions for python packages.
Thanks.