I tried replacing self with 0 and app.parent, all without luck. i hope you guys can point me somewhere because i've been stuck here for almost a week ...
dennis On Tue, 2 Nov 2004 15:45:17 -0800, Dennis Schaaf <[EMAIL PROTECTED]> wrote: > The way I understand it "self" is the MoveMe object, which is a > QWidget, why doesn't that work as an instance for the first argument? > > I put this > def __init__(self, name, args): > apply(QWidget.__init__, (self,None, None, args)) > which resolved that error, but now I get an error that tells me that > setBackgroundPixmap does not exist when I call it > > > dennis > _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
