+elif not haveOpenGL:
+ def runTest(frame, nb, log):
+ dlg = wxMessageDialog(frame,
+ 'The OpenGL package was not found. You can get it at\n'
+ 'http://starship.python.net:9673/crew/da/Code/PyOpenGL/',
+ 'Sorry', wxOK | wxICON_INFORMATION)
+ dlg.ShowModal()
+ dlg.Destroy()