You are not logged in.

#1 2009-08-29 10:33:09

demas
Member
Registered: 2009-01-24
Posts: 22

[exaile] - contextual info OR using webkit in python

I have last Exaile version from the bzr and I'm trying to use Contextual Info pluging.  When I activate the plugin I have next error message:

Could not enable plugin: No module named webkit.

As I know Exaile is written in Python I have created the  small script in Python:

import webkit;

print "hi"

The script doesn't work:

demas@arch ~/temp $ python some.py
Traceback (most recent call last):
  File "some.py", line 1, in <module>
    import webkit
ImportError: No module named webkit

demas@arch ~ $ yaourt -Ss webkit

extra/libwebkit 1.1.10-2 [installed] 
     an opensource web content engine, derived from KHTML and KJS from KDE

community/pywebkitgtk 1.1.6-2 [installed] 
     Python bindings to the WebKit GTK+ port

aur/pywebkitgtk-svn 57-1 [145-1 installed] (51)
    Python bindings to the WebKit GTK+ port

Whick package do I have to install to work with webkit in pyhon?

Offline

#2 2009-08-29 10:36:47

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [exaile] - contextual info OR using webkit in python


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2009-08-29 10:54:26

demas
Member
Registered: 2009-01-24
Posts: 22

Re: [exaile] - contextual info OR using webkit in python

Thank you.  It helps me.

Offline

Board footer

Powered by FluxBB