Ghost.py is a webkit web client written in python
1–10 of 17 posts
Re: Ghost.py is a webkit web client written in python
#2http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/q...
Re: Ghost.py is a webkit web client written in python
#3Re: Ghost.py is a webkit web client written in python
#4Phantomjs has just recently stopped their Python support.
Re: Ghost.py is a webkit web client written in python
#5This appears to be a wrapper for PyQt4's QTWebKit. http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/q...
Re: Ghost.py is a webkit web client written in python
#6Re: Ghost.py is a webkit web client written in python
#7This ghost.py looks great, I'll give it a go after dinner tonight.
[1] https://github.com/niklasb/dryscrape
Re: Ghost.py is a webkit web client written in python
#8* https://github.com/jeanphix/Ghost.py/blob/master/ghost/ghost...
* https://github.com/jeanphix/Ghost.py/blob/master/ghost/utils...
If you are interested, this is some own code where I just use PyQt4 directly:
* https://github.com/albertz/google-books-export/blob/master/g...
Re: Ghost.py is a webkit web client written in python
#9This appears to be a wrapper for PyQt4's QTWebKit. http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/q...
Ah it's going to be a quite out of date version of Webkit then. Anyone know which version exactly? We're using PyQt and this has been a huge issue.
E.g. I use Qt 4.8 (via PyQt 4.9) and thus I have WebKit trunk from 2011-05-05 (r85855).
There is also PyQt4.QtWebKit.qWebKitVersion().
If you have the Qt source at hand, check src/3rdparty/webkit/VERSION.
Re: Ghost.py is a webkit web client written in python
#10Earlier quoted context omitted.
Ah it's going to be a quite out of date version of Webkit then. Anyone know which version exactly? We're using PyQt and this has been a huge issue.
Here you'll find the exact revision for each Qt version: http://trac.webkit.org/wiki/QtWebKit E.g. I use Qt 4.8 (via PyQt 4.9) and thus I have WebKit trunk from 2011-05-05 (r85855). There is also PyQt4.QtWebKit.qWebKitVersion(). If you have the Qt source at hand, check src/3rdparty/webkit/VERSION.