Thank you for help, it works right :)
On Mon, Jan 12, 2009 at 7:40 PM, Gökmen GÖKSEL wrote:
> > Hello,
> Hi !,
>
> > I'm trying to do a very simple python plasmoid in order to show a
> > Plasma.Label, but when I try to run it, I get an error:
> It will be done if you change your init method like
> Hello,
Hi !,
> I'm trying to do a very simple python plasmoid in order to show a
> Plasma.Label, but when I try to run it, I get an error:
It will be done if you change your init method like this;
def init(self):
# first of all we need a layout..
self.la
Hello,
I'm trying to do a very simple python plasmoid in order to show a
Plasma.Label, but when I try to run it, I get an error:
Traceback (most recent call last):
File "/usr/share/kde4/apps/plasma_scriptengine_python/pyappletscript.py",
line 54, in init
self.pyapplet.init()
File
"/usr/sh