CentOS Linux上的phantomjs安装教程

转自:http://www.oicqzone.com/pc/2014092319826.html

  1. sudo apt-get update 
  2. sudo apt-get install build-essential chrpath git-core libssl-dev libfontconfig1-dev libxft-dev 
  3. git clone git://github.com/ariya/phantomjs.git 
  4. cd phantomjs 
  5. git checkout 1.9 
  6. ./build.sh
以上是Ubuntu (10.04, 11.04, 12.04, 13.10, 14.04) Debian (7.6)的安装方法

  1. sudo yum install gcc gcc-c++ make git openssl-devel freetype-devel fontconfig-devel 
  2. git clone git://github.com/ariya/phantomjs.git 
  3. cd phantomjs 
  4. git checkout 1.9 
  5. ./build.sh 

以上是Amazon EC2 AMI (release 2011.09, 2012.03) CentOS/RHEL 6

一步步运行以上命令,最后通过查看版本测试是否正常安装

  1. phantomjs --version 
从splinter 访问方法:

from splinter import Browser

browser=Browser('phantomjs',executable_path='/var/tmp/phantomjs/bin/phantomjs')

直接使用browser=Browser('phantomjs')会报错:

>>> browser=Browser('phantomjs')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/dist-packages/splinter/browser.py", line 63, in Browser
    return driver(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/splinter/driver/webdriver/phantomjs.py", line 32, in __init__
    self.driver = PhantomJS(desired_capabilities=capabilities, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/phantomjs/webdriver.py", line 50, in __init__
    self.service.start()
  File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/phantomjs/service.py", line 75, in start
    raise WebDriverException("Unable to start phantomjs with ghostdriver.", e)
selenium.common.exceptions.WebDriverException: Message: Unable to start phantomjs with ghostdriver.
Screenshot: available via screen

需要指定phantomjs的具体执行路径,指定方法见上文

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值