Re: [code-quality] pylint and gtk3

2014-01-20 Thread Zunbeltz Izaola
or., 2014.eko urtren 17a 14:08(e)an, Sylvain Thénault(e)k idatzi zuen: do you have the py2gi.py file into astroid/brain ? Yes, the file is located in /usr/local/lib/python2.7/dist-packages/astroid/brain/py2gi.py -- Zunbeltz Izaola ___ code-quality

Re: [code-quality] pylint and gtk3

2014-01-17 Thread Sylvain Thénault
On 17 janvier 11:13, Zunbeltz Izaola wrote: > No. pip says that pylint and astroid are up to date. > And it is NOT working find. do you have the py2gi.py file into astroid/brain ? -- Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42) Formations Python, Debian, Méth. Agi

Re: [code-quality] pylint and gtk3

2014-01-17 Thread Zunbeltz Izaola
No. I get the E1101 error. So it seems it is a problem with my system. locate pylint shows that the only installed package is /usr/local/lib/python2.7/dist-packages/pylint-1.1.0.egg-info I installed it with pip. Zunbeltz or., 2014.eko urtren 17a 10:45(e)an, Sylvain Thénault(e)k idatzi zuen:

Re: [code-quality] pylint and gtk3

2014-01-17 Thread Zunbeltz Izaola
No. pip says that pylint and astroid are up to date. And it is NOT working find. zunbeltz@zunbeltz-VPCF12E1E:~$ pylint -rn test.py /usr/local/bin/pylint:5: UserWarning: Module dap was already imported from None, but /usr/lib/python2.7/dist-packages is being added to sys.path from pkg_resource

Re: [code-quality] pylint and gtk3

2014-01-17 Thread Sylvain Thénault
On 17 janvier 10:55, Zunbeltz Izaola wrote: > No. I get the E1101 error. So it seems it is a problem with my system. > > locate pylint shows that the only installed package is > /usr/local/lib/python2.7/dist-packages/pylint-1.1.0.egg-info > > I installed it with pip. and it then works fine? Not

Re: [code-quality] pylint and gtk3

2014-01-16 Thread Sylvain Thénault
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

[code-quality] pylint and gtk3

2014-01-16 Thread Zunbeltz Izaola
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 'pac