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

限于喜欢 提交于 2020-01-25 21:55:14

问题


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


回答1:


Try installing it through PyCharm:

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



来源:https://stackoverflow.com/questions/40597058/i-have-getting-this-error-from-selenium-import-webdriver-importerror-no-module

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!