On Wednesday 14 April 2010 17:03:32 Roland Hedberg wrote: hi, thanks for your package. I could solve your crash on astng.
> On Apr 14, 2010, at 14:22, Emile Anclin wrote: > > On Wednesday 14 April 2010 09:34:25 Roland Hedberg wrote: > >> Hi! > > > > Hi ! > > > >> I regularly use pylint in my project and apart from the 'maximum > >> recursion depth' thing it works very well. > > > > Some of the 'maximum recursion depth' problems should have been > > solved since 0.20.0; but if others remains, please tell us about! I could not reproduce any 'maximum recursion depth' with your 'om' project. However a lot of imports failed: $ pylint -rn --disable-msg-cat=C,R,W,E om/ No config file found, using default configuration ************* Module om.om2.miroop F0401: 9: Unable to import 'pyom.ontology.om2_1' F0401: 10: Unable to import 'pyom.ontology.miro' F0401: 11: Unable to import 'pyom.uuid' ************* Module om.om2.ontology.om2_1 F0401: 5: Unable to import 'rdfmarshal.Model' F0401: 6: Unable to import 'rdfmarshal.instance' ************* Module om.om2.ontology.om2 F0401: 5: Unable to import 'rdfmarshal.Model' F0401: 6: Unable to import 'rdfmarshal.instance' ************* Module om.om2.ontology.prim_4 F0401: 5: Unable to import 'rdfmarshal.Model' F0401: 6: Unable to import 'rdfmarshal.instance' F0401: 11: Unable to import 'pyom.ontology.om2_1' ************* Module om.om2.ontology.ladok_2_0 F0401: 5: Unable to import 'rdfmarshal.Model' F0401: 6: Unable to import 'rdfmarshal.instance' ************* Module om.om2.ontology.miro F0401: 5: Unable to import 'rdfmarshal.Model' F0401: 6: Unable to import 'rdfmarshal.instance' F0401: 11: Unable to import 'pyom.ontology.om2_1' ************* Module om.om2.ontology.ladok_2_2 F0401: 5: Unable to import 'rdfmarshal.Model' F0401: 6: Unable to import 'rdfmarshal.instance' F0401: 11: Unable to import 'pyom.ontology.om2_1' F0401: 12: Unable to import 'pyom.ontology.prim_3' ************* Module om.om2.ontology.node F0401: 5: Unable to import 'rdfmarshal.Model' F0401: 6: Unable to import 'rdfmarshal.instance' ************* Module om.om2.ontology.prim_3 F0401: 5: Unable to import 'rdfmarshal.Model' F0401: 6: Unable to import 'rdfmarshal.instance' -- Emile Anclin <emile.anc...@logilab.fr> http://www.logilab.fr/ http://www.logilab.org/ Informatique scientifique & et gestion de connaissances _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects