Heim > Fragen und Antworten > Hauptteil
阿神2017-04-18 10:29:55
你當前的路徑下有名為 selenium.py
的 module, import
的時候會優先引入該模組, 那自然是沒有 webdriver
囉.
改個名字就好了, 這是很常見的匯入問題.
我回答過的問題: Python-QA
黄舟2017-04-18 10:29:55
看起来是没有安装Selenium ,目测用的python3但是系统内置Python 2?
你可能需要用pip3重新安装selenium
pip3 install selenium