jonwright/pyopengltk

Segfaults on python2.6 and centos5

Closed this issue · 1 comments

Python 2.6.4 (r264:75706, Dec  3 2009, 02:54:59) 
[GCC 4.1.2 20070626 (Red Hat 4.1.2-14)] on linux2
>>> OpenGL.version.__version__
'3.0.1'

Various debugging suggest the problem is calling glGetError prior to creating a context. Seems this arises in the pyopengl wrappers for the GLX functions.

Give up. The machine was upgraded to debian8.