from
Fabio Zadrozny <fabioz at esss dot com dot br>
to
Sylvain Thenault <syt at logilab dot fr>
subject
RE: Another problem (related to previous - I think)
date
Well, I sure will... I've already rewritten the page text :-)2005/01/28 08:10
Sorry about it, but I couldn't use the last version (at all), that's why I
wrote it :-(
But the new version is working pretty well, so, don't worry :-) PyLint is
going to be one of the release's highlights.
[]s
Fabio Zadrozny
------------------------------------------------------
Software Developer
ESSS - Engineering Simulation and Scientific Software
www.esss.com.br
-----Original Message-----
From: Sylvain.Thenault@logilab.fr [mailto:Sylvain.Thenault@logilab.fr]
Sent: sexta-feira, 28 de janeiro de 2005 07:01
To: Fabio Zadrozny
Cc: python-projects@logilab.org
Subject: Re: Another problem (related to previous - I think)
On Thursday 27 January à 16:27, Fabio Zadrozny wrote:
> I think this bug is related to the same problem I has with math...
>
> When I have the code:
>
> ------------------------------------
> from qt import *
>
> class Test(QWidget):
>
> def test1(self):
> self.setEnabled(False)
> ------------------------------------
>
> I get the error:
> ID:E0201 Test.test1: Access to undefined member 'setEnabled'
>
> However if I have the code:
>
> ------------------------------------
> import qt
>
> class Test(qt.QWidget):
>
> def test1(self):
> self.setEnabled(False)
> ------------------------------------
>
> There is no error.
yep, probably related to since I'm not able to reproduce it either.
> Oh, I also want to thank you for the support you've been giving me...
> And compliment you, because PyLint is working very well with my code
> (aside from the minor problems I'm having, that you are solving really
fast :-) ).
thanks ! So I hope you'll remove the last paragraph of the pydev's pylint
plugin page ;) I really wish that pylint 0.6.* releases be the most stable
ever, on every platforms. I'm beginning to think about a 1.0 release :o)
cheers
--
Sylvain Thénault LOGILAB, Paris (France).
http://www.logilab.com http://www.logilab.fr http://www.logilab.org
