On Sunday 08 July à 11:04, LI Daobing wrote: > Package: pylint > Version: 0.13.2-2 > Severity: normal > > 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 > > [snip] > > any suggestion, thanks.
well, no suggestion yet, but I've opened a ticket for this: http://www.logilab.org/bug/eid/4020 -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services Python et calcul scientifique: http://www.logilab.fr/science