


Plasma 4 Extensions by mindfck 16 comments
To solve your problem, you could open a python shell and try to import all these modules, perhaps you find the missing one!
From the plasmoid-file:
####
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyKDE4.kdecore import *
from PyKDE4.kdeui import *
from PyKDE4.plasma import Plasma
from PyKDE4 import plasmascript
import dbus
from dbus.mainloop.glib import DBusGMainLoop
import subprocess
import os
from urllib import unquote
import gobject
#### - Aug 26 2010

Plasma 4 Extensions by mindfck 16 comments
At the moment you need Imagemagick to convert pictures which are not in .png format. I hope I can remove this dependency soon, but for the moment this is the only way. Everything else should be OK ;) - Aug 26 2010

Plasma 4 Extensions by mindfck 16 comments
subprocess.Popen(['convert', '-size', '300x300', '-quality', '60', self.tmp, self.out_with_dir]).wait()
with
subprocess.Popen(['convert', '-resize', '300x300', '-quality', '60', self.tmp, self.out_with_dir]).wait()
that's it!
- Jun 27 2010

Plasma 4 Extensions by mindfck 16 comments
I think you need PyQt4, PyKDE4 and of course Python 2.6. Its working well with my KDE4.4.4, so try to find out if you installed these packages ;) - Jun 27 2010

Plasma 4 Extensions by mindfck 16 comments

Plasma 4 Extensions by mindfck 16 comments
this site renamed the zipfile to 125701-amarok-cover-1.3.zip. so try it with $ plasmapkg -i 125701-amarok-cover-1.3.zip. filesize is ok ;) - Jun 03 2010

Plasma 4 Extensions by mindfck 16 comments
this site renamed the zipfile to 125701-amarok-1.3.zip. so try it with $ plasmapkg -i 125701-amarok-1.3.zip. filesize is ok ;) - Jun 03 2010

Plasma 4 Extensions by mindfck 16 comments
this site renamed the zipfile to 125701-amarok-1.3.zip. so try it with $ plasmapkg -i 125701-amarok-1.3.zip. filesize is ok ;) - Jun 03 2010