[PyKDE] Porting Tux

Dennis Schaaf dennis.schaaf at gmail.com
Tue Nov 2 23:45:17 GMT 2004


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