简体   繁体   中英

i have getting this error 'from selenium import webdriver ImportError: No module named selenium" even though i have installed selenium module

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

尝试通过PyCharm安装它:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM