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. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (99, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages pylint depends on: ii python 2.4.4-6 An interactive high-level object-o ii python-logilab-astng 0.17.1-1 extend python's abstract syntax tr ii python-logilab-common 0.22.2-1 useful miscellaneous modules used Versions of packages pylint recommends: ii python-tk 2.4.4-1 Tkinter - Writing Tk applications -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]