Bug#432167: pylint: does not support egg

2007-07-13 Thread Sylvain Thénault
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']" > '/usr/local/lib/python2.4/site-

Bug#432167: pylint: does not support egg

2007-07-07 Thread LI Daobing
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']" but pylint does not support this kind of module, and give E0611 on this. $ echo "import itcc