在当前目录有名叫selenium的文件,Python会先导入这个文件,然后再导入标准库里面的selenium.py。
可以使用
import selenium
print selenium.__file__
去看打印出的文件路径,如果不是类型下面的地址C:\Python27\lib\site-packages\selenium-2.31.0-py2.7.egg\selenium\__init__.pyc,需要把当前目录下的名叫selenium文件删除或者重命名。
在当前目录有名叫selenium的文件,Python会先导入这个文件,然后再导入标准库里面的selenium.py。
可以使用
import selenium
print selenium.__file__
去看打印出的文件路径,如果不是类型下面的地址C:\Python27\lib\site-packages\selenium-2.31.0-py2.7.egg\selenium\__init__.pyc,需要把当前目录下的名叫selenium文件删除或者重命名。