Python 解释器出错 :
Segmentation fault: 11
****
#!/usr/bin/env python
# coding=utf-8
# Created by Parkman on 15/2/13
# Do have a faith in what you're doing.
# Make your life a story worth telling.
from ghost import Ghost
ghost = Ghost()
#first_url = "http://homebbs.nanjing.fang.com/board/zxpd/"
first_url = '
http://www.baidu.com'
page, resources = ghost.open(first_url)
*****