Skip to content

Python Exceptions

Satish Goda edited this page Feb 21, 2016 · 1 revision

Examples

Traceback (most recent call last):
  File "C:\Users\...\learning\python\properties\jamming\Person.py", line 90, in <module>
    class Person(object, PropertiesBasedMixin):
TypeError: Error when calling the metaclass bases
Cannot create a consistent method resolution order (MRO) for bases PropertiesBasedMixin, object
Clone this wiki locally