On 16 septembre 16:51, Per Lindberg wrote:
> on installing logilab-common-0.51.1, I get the following errors:
[snip]
imo you can ignore those errors to be able to run pylint, besides the
ones you notified in configuration and deprecation (easy to fix: simply
removing the decorator shouldn't harm, you can even kill decorated function).
After another quick look, you will also need to apply the following patch
in logilab.astng:
[...@scorpius astng]$ hg diff
diff --git a/scoped_nodes.py b/scoped_nodes.py
--- a/scoped_nodes.py
+++ b/scoped_nodes.py
@@ -519,7 +519,6 @@
# (e.g. pylint...) when is_method() return True
return self.type != 'function' and isinstance(self.parent.frame(),
Class)
- @cached
def decoratornames(self):
"""return a list of decorator qualified names"""
result = set()
@@ -531,7 +530,7 @@
for infnode in decnode.infer():
result.add(infnode.qname())
return result
-
+ decoratornames = cached(decoratornames)
Then, tell us if you find some other pb. Sorry, we don't even have a python 2.3
installed somewhere.
I'm willing to help you get it running, then release what's necessary, and mark
thoses versions as the latest officially supporting python 2.3 (and probably
2.4
as well).
--
Sylvain Thénault LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
CubicWeb, the semantic web framework: http://www.cubicweb.org
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects