Detlev:
Right the way you say:
- I've deleted the pth file
- the statement: 'from PyQt4 import QtWebKit'
works fine
Which solves the whole thing :-)
Thank you very much for your patience and help.
I'll also send this mail to the mailing list, in case it can be helpful
to anybody
Thanks again!
Detlev Offenbach wrote:
On Samstag, 14. Juni 2008, Jaime Seuma wrote:
..........
Was QtWebkit built during PyQt4 installation. What did configure.py tell
you?
Detlev
Well, configure doesn't complain; meither make does.
But, I happened to open a python console, and doing a print sys.path
showed that 'pythonhome'/Lib/site-packages/pyqt4 wasn't included
I've put in 'pythonhome'/Lib/site-packages/ a pth file pointing to pyqt4.
That is not neccessary. You should delete the .pth file.
Now, I have a different error:
-------------------------------
>>> import QtWebKit
That should be:
from PyQt4 import QtWebKit
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: dynamic module not initialized properly
-------------------------------
I'm getting -hopefully- closer :-)
Thanks!
_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric