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)
Thanks in advance for your help,
Zunbeltz
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.