<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Detlev:<br>
<br>
Right the way you say:<br>
- I've deleted the pth file <br>
- the statement: 'from PyQt4 import QtWebKit'<br>
works fine<br>
Which solves the whole thing :-)<br>
<br>
Thank you very much for your patience and help.<br>
I'll also send this mail to the mailing list, in case it can be helpful
to anybody<br>
<br>
Thanks again!<br>
<br>
Detlev Offenbach wrote:
<blockquote cite="mid:200806141516.42672.detlev@die-offenbachs.de"
type="cite">
<pre wrap="">On Samstag, 14. Juni 2008, Jaime Seuma wrote:
</pre>
<blockquote type="cite">
<pre wrap="">..........
</pre>
<blockquote type="cite">
<pre wrap="">Was QtWebkit built during PyQt4 installation. What did configure.py tell
you?
Detlev
</pre>
</blockquote>
<pre wrap="">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.
</pre>
</blockquote>
<pre wrap=""><!---->
That is not neccessary. You should delete the .pth file.
</pre>
<blockquote type="cite">
<pre wrap="">Now, I have a different error:
-------------------------------
>>> import QtWebKit
</pre>
</blockquote>
<pre wrap=""><!---->
That should be:
from PyQt4 import QtWebKit
</pre>
<blockquote type="cite">
<pre wrap="">Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: dynamic module not initialized properly
-------------------------------
I'm getting -hopefully- closer :-)
Thanks!
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
</body>
</html>