-
Notifications
You must be signed in to change notification settings - Fork 2
Python Exceptions
Satish Goda edited this page Feb 21, 2016
·
1 revision
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