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_resources import load_entry_point
No config file found, using default configuration
************* Module test
C:  1, 0: Missing module docstring (missing-docstring)
C:  2, 0: Invalid constant name "b" (invalid-name)
E:  3, 0: Instance of 'Box' has no 'show_all' member (no-member)


or., 2014.eko urtren 17a 11:05(e)an, Sylvain Thénault(e)k idatzi zuen:
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?

Notice gi support is provided by astroid.


--
Zunbeltz Izaola

_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to