[ichimonji10@willow:tester]$ pylint hda-emu-tester.py No config file found, using default configuration Traceback (most recent call last): File "/usr/lib/python3.3/site-packages/pylint/lint.py", line 634, in get_astng return MANAGER.astng_from_file(filepath, modname, source=True) File "/usr/lib/python3.3/site-packages/logilab/astng/manager.py", line 107, in astng_from_file return ASTNGBuilder(self).file_build(filepath, modname) File "/usr/lib/python3.3/site-packages/logilab/astng/builder.py", line 129, in file_build node = self.string_build(data, modname, path) File "/usr/lib/python3.3/site-packages/logilab/astng/builder.py", line 135, in string_build module = self._data_build(data, modname, path) File "/usr/lib/python3.3/site-packages/logilab/astng/builder.py", line 162, in _data_build module = self.rebuilder.visit_module(node, modname, package) File "/usr/lib/python3.3/site-packages/logilab/astng/rebuilder.py", line 618, in visit_module newnode.body = [self.visit(child, newnode) for child in node.body] File "/usr/lib/python3.3/site-packages/logilab/astng/rebuilder.py", line 618, in newnode.body = [self.visit(child, newnode) for child in node.body] File "/usr/lib/python3.3/site-packages/logilab/astng/rebuilder.py", line 139, in visit return self._visit_meths[cls](node, parent) File "/usr/lib/python3.3/site-packages/logilab/astng/rebuilder.py", line 473, in visit_function newnode.body = [self.visit(child, newnode) for child in node.body] File "/usr/lib/python3.3/site-packages/logilab/astng/rebuilder.py", line 473, in newnode.body = [self.visit(child, newnode) for child in node.body] File "/usr/lib/python3.3/site-packages/logilab/astng/rebuilder.py", line 143, in visit visit_method = getattr(self, visit_name) AttributeError: 'TreeRebuilder3k' object has no attribute 'visit_try' ************* Module hda-emu-tester F: 1,0: : 'TreeRebuilder3k' object has no attribute 'visit_try' [ichimonji10@willow:tester]$ pacaur -Rsn pylint-python3 [ichimonji10@willow:tester]$ pacaur -S python-setuptools_git python-pylint [ichimonji10@willow:tester]$ pylint hda-emu-tester.py No config file found, using default configuration Traceback (most recent call last): File "/usr/lib/python3.3/site-packages/pylint/lint.py", line 634, in get_astng return MANAGER.astng_from_file(filepath, modname, source=True) File "/usr/lib/python3.3/site-packages/logilab/astng/manager.py", line 107, in astng_from_file return ASTNGBuilder(self).file_build(filepath, modname) File "/usr/lib/python3.3/site-packages/logilab/astng/builder.py", line 129, in file_build node = self.string_build(data, modname, path) File "/usr/lib/python3.3/site-packages/logilab/astng/builder.py", line 135, in string_build module = self._data_build(data, modname, path) File "/usr/lib/python3.3/site-packages/logilab/astng/builder.py", line 162, in _data_build module = self.rebuilder.visit_module(node, modname, package) File "/usr/lib/python3.3/site-packages/logilab/astng/rebuilder.py", line 618, in visit_module newnode.body = [self.visit(child, newnode) for child in node.body] File "/usr/lib/python3.3/site-packages/logilab/astng/rebuilder.py", line 618, in newnode.body = [self.visit(child, newnode) for child in node.body] File "/usr/lib/python3.3/site-packages/logilab/astng/rebuilder.py", line 139, in visit return self._visit_meths[cls](node, parent) File "/usr/lib/python3.3/site-packages/logilab/astng/rebuilder.py", line 473, in visit_function newnode.body = [self.visit(child, newnode) for child in node.body] File "/usr/lib/python3.3/site-packages/logilab/astng/rebuilder.py", line 473, in newnode.body = [self.visit(child, newnode) for child in node.body] File "/usr/lib/python3.3/site-packages/logilab/astng/rebuilder.py", line 143, in visit visit_method = getattr(self, visit_name) AttributeError: 'TreeRebuilder3k' object has no attribute 'visit_try' ************* Module hda-emu-tester F: 1,0: : 'TreeRebuilder3k' object has no attribute 'visit_try' [ichimonji10@willow:tester]$