In [ ]:
from ghost import Ghost
ghost = Ghost()

In [ ]:
with ghost.start() as session:
    page, resources = session.open("http://jeanphix.me")
    assert page.http_status == 200 and 'jeanphix' in page.content


2016-02-03T10:26:59.991Z [CRITICAL] QT: Cannot mix incompatible Qt library (version 0x40807) with this library (version 0x40806)
CRITICAL:qt:Cannot mix incompatible Qt library (version 0x40807) with this library (version 0x40806)