C:\Users\IAmTheClaw\workspace\NoiseBot>c:\Python32\python.exe
c:\Python32\Scripts\pylint noisebot.py
No config file found, using default configuration
Traceback (most recent call last):
  File "c:\Python32\Scripts\pylint", line 4, in <module>
    lint.Run(sys.argv[1:])
  File "c:\Python32\lib\site-packages\pylint\lint.py", line 879, in __init__
    linter.check(args)
  File "c:\Python32\lib\site-packages\pylint\lint.py", line 502, in check
    self.check_astng_module(astng, walker, rawcheckers)
  File "c:\Python32\lib\site-packages\pylint\lint.py", line 564, in
check_astng_module
    self.process_module(astng)
  File "c:\Python32\lib\site-packages\pylint\checkers\__init__.py", line
122, in process_module
    stream = node.file_stream
  File "c:\Python32\lib\site-packages\logilab\astng\scoped_nodes.py",
line 249, in file_stream
    return file(self.file)
NameError: global name 'file' is not defined

I have no idea what causes this, but I haven't looked at logilab-astng's
source. Is pylint not compatible with py3k? It says any Python version
>= 2.5...

Using CPython 3.2.2 on Windows 7.
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to