Predictably, I forgot to include the trace-back attachment. It's attached here.

Cheers,

Rupert
$ pylint myfile.py
Traceback (most recent call last):
  File "/usr/bin/pylint", line 11, in <module>
    load_entry_point('pylint==1.9.4', 'console_scripts', 'pylint')()
  File "/usr/lib/python2.7/dist-packages/pylint/__init__.py", line 16, in 
run_pylint
    Run(sys.argv[1:])
  File "/usr/lib/python2.7/dist-packages/pylint/lint.py", line 1272, in __init__
    linter.load_default_plugins()
  File "/usr/lib/python2.7/dist-packages/pylint/lint.py", line 485, in 
load_default_plugins
    checkers.initialize(self)
  File "/usr/lib/python2.7/dist-packages/pylint/checkers/__init__.py", line 
119, in initialize
    register_plugins(linter, __path__[0])
  File "/usr/lib/python2.7/dist-packages/pylint/utils.py", line 1033, in 
register_plugins
    module = modutils.load_module_from_file(join(directory, filename))
  File "/usr/lib/python2.7/dist-packages/astroid/modutils.py", line 268, in 
load_module_from_file
    return load_module_from_modpath(modpath, path, use_sys)
  File "/usr/lib/python2.7/dist-packages/astroid/modutils.py", line 229, in 
load_module_from_modpath
    module = imp.load_module(curname, mp_file, mp_filename, mp_desc)
  File "/usr/lib/python2.7/dist-packages/pylint/checkers/python3.py", line 154, 
in <module>
    class Python3Checker(checkers.BaseChecker):
  File "/usr/lib/python2.7/dist-packages/pylint/checkers/python3.py", line 585, 
in Python3Checker
    'sys.version_info < (3, 0)',
AttributeError: 'module' object has no attribute 'extract_node'

Reply via email to