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

pythonw.exe stop working after exit #330

Open
lifei1245 opened this issue Jun 21, 2017 · 0 comments
Open

pythonw.exe stop working after exit #330

lifei1245 opened this issue Jun 21, 2017 · 0 comments

Comments

@lifei1245
Copy link

lifei1245 commented Jun 21, 2017

on system windows 10

code like this
self.ghost = Ghost(log_level=logging.INFO)
with self.ghost.start() as session:
session.open(url)
session.save_cookies(cookie_name)
self.ghost.exit()

the last info is
2017-06-21T14:09:45.332Z [INFO ] Ghost<35b38a6a-caf6-4692-bc01-1deae75887c1>: Closing session
2017-06-21 14:09:45 [ghost.35b38a6a-caf6-4692-bc01-1deae75887c1] INFO: Closing session

Process finished with exit code -1073741819 (0xC0000005)

how can i resolve this, ty

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