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
  • 1
  • 9

1 Answers1

1

Try installing it through PyCharm:

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

Yevhen Kuzmovych
  • 7,193
  • 5
  • 23
  • 40