Re: TypeError: metaclass conflict
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/TypeError-metaclass-conflict-tp2889p2893.html
Hi,
The "metaclass conflict" error usually means that Python cannot create classes that correspond to those in the ontology. This typically occurs when the ontology include inheritance schema not allowed by Python, such as a loop (e.g. A is a B, B is a C, C is a A).
jiba