i'm using pycharm community edition 2.2 with python 2.7
i have installed selenium web driver through pip install selenium command, but whenever importing (from selenium import web driver) selenium module i'm hitting this error : "from selenium import web driver ImportError: No module named selenium"
please help me..