logilab-astng #4020 missing egg support [resolved]
for example, I have a module named 'itcc.core', more information as belows. $ python -c "import sys; import itcc.core; print sys.modules['itcc.core']" <module 'itcc.core' from'/usr/local/lib/python2.4/site-packages/itcc-0.8.2.dev_r710-py2.4-linux-i686.egg/itcc/core/__init__.pyc'> but pylint does not support this kind of module, and give E0611 on this. $ echo "import itcc.core" > bug.py $ pylint bug.py ************* Module bug C0111: 1: Missing docstring E0611: 1: No name 'core' in module 'itcc' W0611: 1: Unused import itcc NOTE: this is more likely a logilab-astng or logilab-common pb | |
priority | important |
---|---|
type | bug |
done in | 0.19.0 |
load | 1.000 |
load left | 0.000 |
closed by | <not specified> |