28 April 2009

All your base are belong to Python

Got this delightful error today when writing an Open Cloud Computing Interface (OCCI) test harness in Python for Google App Engine:
Error when calling the metaclass bases metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
All your base are belong to Python. What more can I say?

1 comments:

Thomas said...

I've seen some obfuscated error messages in my time, but I really got a chuckle out of that one!

Thanks for sharing! ;)

Post a Comment