Esa Varemo - 2013-11-08

Actually this is all that is required to get the error is this:

from OpenGLContext import testingcontext
BaseContext = testingcontext.getInteractive()

class TestContext( BaseContext ):
    """Creates a simple vertex shader..."""

if __name__ == "__main__":
    TestContext.ContextMainLoop()