[PyOpenGL-Users] GLError( err=1282, description='invalid operation', baseOperation = glNewList, cAr
Brought to you by:
mcfletch
From: Achim D. <do...@pr...> - 2007-03-03 15:53:26
|
Hi, I'm developing a wx app which uses OpenGL. I updated python to version 2.5 and have installed PyOpenGL-3.0.0a5-py2.5.egg via easy_install. If I execute my app with python 2.5 I get the following error: File "E:\Diplom2\displaylists.py", line 14, in field_arrow glNewList(name,GL_COMPILE) File "c:\python25\lib\site-packages\PyOpenGL-3.0.0a5-py2.5.egg\OpenGL\error.py ", line 188, in glCheckError baseOperation = baseOperation, OpenGL.error.GLError: GLError( err = 1282, description = 'invalid operation', baseOperation = glNewList, cArguments = (298L, GL_COMPILE) Any hint what's going on! regards, Achim |