[PyKDE] Porting Tux

Dennis Schaaf dennis.schaaf at gmail.com
Wed Nov 3 07:41:44 GMT 2004


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
<dennis.schaaf at gmail.com> 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
>




More information about the PyQt mailing list