Skip to content

Instantly share code, notes, and snippets.

@aheadley
Created February 7, 2012 22:44
Show Gist options
  • Save aheadley/1762649 to your computer and use it in GitHub Desktop.
Save aheadley/1762649 to your computer and use it in GitHub Desktop.
$ python test_builder.py
Traceback (most recent call last):
File "test_builder.py", line 1, in <module>
import builder
File "/home/overviewer/devel/Overviewer-Build/builder.py", line 354, in <module>
class EL5Builder(EL6Builder):
TypeError: Error when calling the metaclass bases
cannot create 'NoneType' instances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment