V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
redhatping
V2EX  ›  Python

MAC 系统下,调用 selenium 报错,无法访问网址.

  •  
  •   redhatping · 2016-07-27 22:04:17 +08:00 · 3008 次点击
    这是一个创建于 2836 天前的主题,其中的信息可能已经有所发展或是发生改变。

    运行环境:MAC OS 10.10.5 python 环境: 2.7.1 selenium2.53.6 firefox: 47.0.1

    
    driver = webdriver.Firefox(firefox_profile=ffprofile)
      File "/Library/Python/2.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 80, in __init__
        self.binary, timeout)
      File "/Library/Python/2.7/site-packages/selenium/webdriver/firefox/extension_connection.py", line 52, in __init__
        self.binary.launch_browser(self.profile, timeout=timeout)
      File "/Library/Python/2.7/site-packages/selenium/webdriver/firefox/firefox_binary.py", line 68, in launch_browser
        self._wait_until_connectable(timeout=timeout)
      File "/Library/Python/2.7/site-packages/selenium/webdriver/firefox/firefox_binary.py", line 108, in _wait_until_connectable
        % (self.profile.path))
    selenium.common.exceptions.WebDriverException: Message: Can't load the profile. Profile Dir: /var/folders/_6/t3wgvc3s5kjg3n32j202w6tw0000gn/T/tmpPc3eus/webdriver-py-profilecopy If you specified a log_file in the FirefoxBinary constructor, check it for details.
    
    

    已经运行过: `pip install -U selenium'

    还是调出火狐以后,无法访问网页.

    3 条回复    2016-09-19 14:52:49 +08:00
    holajamc
        1
    holajamc  
       2016-07-28 09:27:53 +08:00
    贴一下代码呗~
    redhatping
        2
    redhatping  
    OP
       2016-07-28 17:54:19 +08:00
    新增一个虚拟环境 解决了.
    redhatping
        3
    redhatping  
    OP
       2016-09-19 14:52:49 +08:00
    @redhatping 系统升级以后, 又出问题了, 我又给忘了。 我醉了。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2384 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 12:42 · PVG 20:42 · LAX 05:42 · JFK 08:42
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.