Re: [PyOpenGL-Users] Error importing testingcontext from OpenGLContext
Brought to you by:
mcfletch
|
From: Abhijeet R. <abh...@gm...> - 2011-04-15 15:28:50
|
I installed the package, now I see this in interpreter.
>>> from OpenGLContext import testingcontext
INFO:OpenGL.acceleratesupport:OpenGL_accelerate module loaded
PREFERENCELIST ('pygame', 'wx', 'glut', 'tk')
>>>
What does that mean?
On Fri, Apr 15, 2011 at 8:34 PM, Derakon <de...@gm...> wrote:
> 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
>
>
--
Regards,
Abhijeet Rastogi (shadyabhi)
http://www.google.com/profiles/abhijeet.1989
|