[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyKDE] function name collision
From:       Fábio Sato <sato () simepar ! br>
Date:       2003-07-23 20:44:16
[Download RAW message or body]

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:sato@simepar.br]
> 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    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic