On 29 mars 17:50, Jean-Michel Pichavant wrote: > Hello pylint fellows, Hi, > I recently integrated pylint into our nightly builds. Great tool. > However I ran into some issue with pysvn. > > import pysvn > pysvn.__dict__['Revision'] > out: <built-in method Revision of tuple object at 0x9b1906c> > > However pylint is reporting errors, stating that pysvn has no > Revision member (same for all pysvn members). > I search the internet and found some else having the same issue, but > no solution > (http://lists.logilab.org/pipermail/python-projects/2007-February/001147.html) > So I take my chance here. Has someone any clue ?
the pb generally lies in C-compiled module where __module__ is wrongly set for classes/functions found in those modules. -- 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 Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects