Re: [PyOpenGL-Users] Error importing testingcontext from OpenGLContext
Brought to you by:
mcfletch
From: Derakon <de...@gm...> - 2011-04-15 15:04:09
|
On Fri, Apr 15, 2011 at 7:11 AM, Abhijeet Rastogi <abh...@gm...> wrote: > >>>> from OpenGLContext import testingcontext > INFO:OpenGL.acceleratesupport:No OpenGL_accelerate module loaded: No module > named OpenGL_accelerate You're missing the OpenGL-accelerate package, which you can grab from here: http://pypi.python.org/pypi/PyOpenGL-accelerate It may have other dependencies as well. This isn't necessary for normal OpenGL use, but apparently the testing context requires it. -Chris |