Re: [PyKDE] function name collision

2003-07-23 Thread Fábio Sato
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(), ':' )

Re: [PyKDE] function name collision

2003-07-23 Thread Fábio Sato
No, I don't have any wigdet called 'string'... :( Here is the result of a 'grep string' in my source code: import string from string import * idx = string.find(self.lineEdit1, ":") Thanks! -- Fábio Sato > Do you happened to have a widget in

[PyKDE] function name collision

2003-07-23 Thread Fábio Sato
l, QPushButton, QRect, QLineEdit, QSpinBox, QProgressBar, QSizePolicy, SIGNAL, SLOT, QSize, Qt from qttable import QTable import string from string import * Does anyone knows how to solve this? Thanks! -- Fábio Sato ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde