<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-plain" wrap="true" graphical-quote="true"
 style="font-size: 20px;" lang="x-western">
<pre wrap="">On Thu, Mar 19, 2009 at 04:04:51PM -0400, Colin J. Williams wrote:
</pre>
<blockquote type="cite" style="font-size: large; color: rgb(0, 0, 0);">
  <pre wrap=""><span class="moz-txt-citetags">&gt; </span>I have downloaded PyLint and, when running it, I get the following traceback:
<span class="moz-txt-citetags">&gt; </span>...
<span class="moz-txt-citetags">&gt; </span>Could you please tell me where I should report such problems?
  </pre>
</blockquote>
<pre wrap=""><!---->
Please use <a class="moz-txt-link-abbreviated"
 href="mailto:python-projects@logilab.org">python-projects@logilab.org</a>

and paste the output of `pylint --version`

<div class="moz-txt-sig">-- 
Nicolas Chauvat

logilab.fr - services en informatique scientifique et gestion de connaissances  

<hr size="2" width="100%">Nicholas,

Thanks for the above pointer.  Here is the output, using PyScripter.

Please let me know if I can provide any further information.

Colin W.


*** Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on win32. ***

Command Line : --version
No config file found, using default configuration
lint.py 0.9.0, 
astng 0.17.4, common 0.21.2
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
Exit code:  0
&gt;&gt;&gt; 
Command Line : lint.py
No config file found, using default configuration
************* Module lint
W: 51: Redefining built-in 'enumerate'
Traceback (most recent call last):
  File "&lt;string&gt;", line 244, in run_nodebug
  File "C:\Python25\Lib\site-packages\pylint\lint.py", line 811, in &lt;module&gt;
    Run(sys.argv[1:])
  File "C:\Python25\Lib\site-packages\pylint\lint.py", line 773, in __init__
    linter.check(args)
  File "C:\Python25\Lib\site-packages\pylint\lint.py", line 435, in check
    self.check_file(filepath, modname, checkers)
  File "C:\Python25\Lib\site-packages\pylint\lint.py", line 449, in check_file
    astng = self._check_file(filepath, modname, checkers)
  File "C:\Python25\Lib\site-packages\pylint\lint.py", line 473, in _check_file
    self.check_astng_module(astng, checkers)
  File "C:\Python25\Lib\site-packages\pylint\lint.py", line 518, in check_astng_module
    if implements(checker, IASTNGChecker)])
  File "C:\Python25\Lib\site-packages\pylint\lint.py", line 534, in astng_events
    self.astng_events(child, checkers, _reversed_checkers)
  File "C:\Python25\Lib\site-packages\pylint\lint.py", line 534, in astng_events
    self.astng_events(child, checkers, _reversed_checkers)
  File "C:\Python25\Lib\site-packages\pylint\lint.py", line 531, in astng_events
    checker.visit(astng)
  File "C:\Python25\Lib\site-packages\logilab\astng\utils.py", line 85, in visit
    method(node)
  File "C:\Python25\Lib\site-packages\pylint\checkers\variables.py", line 291, in visit_import
    module = node.infer(name_parts[0], asname=False).next()
  File "C:\Python25\Lib\site-packages\logilab\astng\inference.py", line 42, in wrapped
    context.push(node)
AttributeError: 'str' object has no attribute 'push'
&gt;&gt;&gt; 
</div></pre>
</div>
</body>
</html>