Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
featheraaa opened this issue Jun 2, 2016 · 1 comment
Open

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

featheraaa opened this issue Jun 2, 2016 · 1 comment

Comments

@featheraaa
Copy link

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

@featheraaa
Copy link
Author

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


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant