Your message dated Sat, 20 Mar 2010 10:04:38 +0100
with message-id <[email protected]>
and subject line Re: [Python-apps-team] Bug#432167: fixed in pylint 0.19 + 
astng  0.38.1
has caused the Debian Bug report #432167,
regarding pylint: does not support egg
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
432167: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432167
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
On Tue, Aug 25, 2009 at 11:38, Alexandre Fayolle
<[email protected]> wrote:
> tag 432167 +pending
> thanks
>
> This bug is fixed with pylint 0.19 and astng 0.38.1

I think it's astng 0.18.1 ? or you're using a very futuristic version :)

> Wait for the next upload.

Indeed it's fixed now:

$ pylint --version
No config file found, using default configuration
pylint 0.19.0,
astng 0.19.3, common 0.48.1
Python 2.5.5 (r255:77872, Feb  2 2010, 00:25:36)
[GCC 4.4.3]

$ echo "import matplotlib.pylab" > bug.py

$ pylint bug.py
No config file found, using default configuration
************* Module bug
C:  1: Missing docstring
W:  1: Unused import matplotlib

[the rest]

Closing.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


--- End Message ---

Reply via email to