jean-philippe serafin
jean-philippe serafin
Hey, Will work on a new release later today. Cheers,
Python2 support has been dropped on dev branch. Looks like the PySide2 build you're using does not include QtWebKit. You should consider using the docker image as described here: https://github.com/jeanphix/ghost.py#installation
@kravietz Could you paste few links that chrash? Are you also running osX?
@kravietz @hitigon Looks like you're running "outdated" ghosts, you should upgrade as https://github.com/jeanphix/Ghost.py/commit/3044c63e10a3ee3b239c68c93b80a55143784259 from `0.1b5` fixes lot of issues related to cache.
@d33tah please consider giving a try at this branch (PySide2, Qt5): https://github.com/jeanphix/ghost.py/tree/pyside2 Cheers,
@d33tah Sure, just I'd be happy to get feedback about the upcoming stuff :)
@rcoh When does it happen?
@rcoh Can't reproduce it, can you write a tiny failing script?
@ChrisTruncer @Vaskivo This should have been fixed in there https://github.com/jeanphix/Ghost.py/commit/6aa5674e921c6398582a9e71eac8de5e48911c55 Not released yet, but feel free to try the `refacts` branch.
@ChrisTruncer can't reproduce it... just ran this little script: ``` python from ghost import Ghost g = Ghost() for i in range(0, 200): g.open('http://www.apple.com') g.capture_to('apple/%s.png' % i) ``` no descriptors...