Yes, it worked now! Thanks! -- F�bio Sato
> Oops, I missed this. I'm betting that self.listEdit1 is a QWidget? I think > you want to change: > > idx = string.find(self.lineEdit1, ":") > > to > > idx = string.find( self.lineEdit1.text(), ':' ) > > -----Original Message----- > From: F�bio Sato [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 1:36 PM > To: Michael Pyle > Subject: Re: [PyKDE] function name collision > > > No, I don't have any wigdet called 'string'... > This is a result of a 'grep string' in my source code: > > import string > from string import * > idx = string.find(self.lineEdit1, ":") > > Thanks! _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
