I use Qt 5.5.1/ PySide2 and dev version of ghost.py.
When I'm trying to use example like
`from ghost import Ghost
ghost = Ghost()
with ghost.start() as session:
page, extra_resources = session.open("http://jeanphix.me")
assert page.http_status == 200 and 'jeanphix' in page.content`
I'm getting this traceback.
https://gist.github.com/aorzh/3bec4ad0661f7d07d6c6818b7eadbf89
But just now I tested it in console and all works perfect :/