We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
url= "http://www.baidu.com" ghost = Ghost() session = ghost.start() session.open(url) session.exit() # also pythonw.exe stop working
Sorry, something went wrong.
No branches or pull requests
on system : winodws7 x64
from ghost import Ghost
ghost = Ghost()
with ghost.start() as session:
page, extra_resources = session.open("http://www.baidu.com")
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
The text was updated successfully, but these errors were encountered: