0

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..

Santhosh
  • 49
  • 2
  • 10

1 Answers1

1

Try installing it through PyCharm:

File -> Settings -> Project:your_project -> Project Interpreter -> green '+' -> find 'selenium' -> install

Yevhen Kuzmovych
  • 10,940
  • 7
  • 28
  • 48