On 16 janvier 10:32, Zunbeltz Izaola wrote:
> Dear all,
> 
> I read that pylint can handle the gobject introspection thanks to
> astroid and pylint-brain.
> I installed version 1.1 of pylint and py2gi.py is installed in my system.
> But, I don't understand how to enable the use of py2gi, because I
> still have the E1101
> 
> Instance of 'Box' has no 'pack_start' member (no-member)

The py2gi module should be enabled by default. Maybe your case isn't covered by
it? You may want to open an issue on pylint-brain
(https://bitbucket.org/logilab/pylint-brain/) with some code illustrating the
problem. Also, you may want to talk about that with
https://bitbucket.org/crobinso which is the original patch author.

-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to