On 15 juillet 00:18, Gelonida wrote: > Hi, Hi, > I'm pylinting one of my modules and receive following error message. > > > C0324:113:xxxxx: Comma not followed by a space > xxxx > ^^ > Exception RuntimeError: 'maximum recursion depth exceeded while calling > a Python object' in <type 'exceptions.AttributeError'> ignored > Exception RuntimeError: 'maximum recursion depth exceeded while calling > a Python object' in <type 'exceptions.AttributeError'> ignored > C0111:117:xxxxxxy: Missing docstring > > What could be a reason for such kind of errors?
python 2.6. That's not actually a pb, though one will have to dig this at some point... -- 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
