[Eric] Re: QWebKit/eric 4

Jaime Seuma jaims.seuma at gmail.com
Sat Jun 14 14:41:03 BST 2008


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!
>>     
>
>
>
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/eric/attachments/20080614/c66b0c95/attachment.html


More information about the Eric mailing list