[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_NETWORK_LIB -DQT_CORE_LIB -I.
-I/usr/include/python2.6 -I/usr/mkspecs/linux-g++
-I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtGui
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtCore -I/usr/include/qt4
-I/usr/X11R6/include -o sipQtWebKitQWebElement.o sipQtWebKitQWebElement.cpp
sipQtWebKitQWebElement.cpp: In function 'PyObject*
meth_QWebElement_attributeNames(PyObject*, PyObject*)':
sipQtWebKitQWebElement.cpp:661: error: 'class QWebElement' has no member
named 'attributeNames'
make[1]: *** [sipQtWebKitQWebElement.o] Error 1
make[1]: Leaving directory
`/home/seblin/PyQt-x11-gpl-4.7-snapshot-20091207/QtWebKit'
make: *** [all] Error 2

I called `configure.py` without additional arguments before.
-- 
View this message in context: 
http://old.nabble.com/Latest-snapshot-does-not-compile-tp26690730p26690730.html
Sent from the PyQt mailing list archive at Nabble.com.

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


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@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[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 stdin, line 1, in module
ImportError: cannot import name QtWebKit

PyQt was built against Qt 4.6.0. I ran configure.py without any additional
arguments. The C++ WebKit seems to be installed correctly since Arora works
fine with it.
-- 
View this message in context: 
http://old.nabble.com/Cannot-import-QtWebKit-tp26130346p26130346.html
Sent from the PyQt mailing list archive at Nabble.com.

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt