jeanphix/Ghost.py

ghost.start().exit() pythonw.exe stop working

Opened this issue · 1 comments

on system : winodws7 x64

from ghost import Ghost
ghost = Ghost()

with ghost.start() as session:
page, extra_resources = session.open("http://www.baidu.com")

session.exit()  #   here  :   pythonw.exe stop working 

why? How to solve
thankyou

应用程序名: pythonw.exe
应用程序版本: 0.0.0.0
应用程序时间戳: 5676f350
故障模块名称: QtWebKit4.dll
故障模块版本: 4.9.4.0
故障模块时间戳: 554bfe41
异常偏移: 00a424ac
异常代码: c0000005
异常数据: 00000008
OS 版本: 6.1.7600.2.0.0.256.1
区域设置 ID: 2052
其他信息 1: 0a9e
其他信息 2: 0a9e372d3b4ad19135b953a78882e789
其他信息 3: 0a9e
其他信息 4: 0a9e372d3b4ad19135b953a78882e789

url= "http://www.baidu.com"
ghost = Ghost()
session = ghost.start()
session.open(url)


session.exit() # also  pythonw.exe stop working