[PyQt] Latest snapshot does not compile

2009-12-08 Thread Sebastian Linke
Running `make` stops with an error: make[1]: Entering directory `/home/seblin/PyQt-x11-gpl-4.7-snapshot-20091207/QtWebKit' g++ -c -pipe -fPIC -fno-optimize-sibling-calls -Wall -W -D_REENTRANT -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NET

Re: [PyQt] How to read this mailing list?

2009-11-04 Thread Sebastian Linke
I read it using http://old.nabble.com/PyQt-f23444.html -- View this message in context: http://old.nabble.com/How-to-read-this-mailing-list--tp26192857p26201163.html Sent from the PyQt mailing list archive at Nabble.com. ___ PyQt mailing listPyQt@

[PyQt] Cannot import QtWebKit

2009-10-30 Thread Sebastian Linke
I'm using PyQt-x11-gpl-4.7-snapshot-20091028.tar.gz and this fails: Python 2.6.4 (r264:75706, Oct 29 2009, 15:38:25) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from PyQt4 import QtWebKit Traceback (most recent call last): File "", line 1, i