On 6 Sep., 15:47, Tristam MacDonald <swiftco...@gmail.com> wrote:I guess it's something like
> Is anyone familiar with the process of up[grading pyglet's supported OpenGL
> version? I assume that it is a script which operates on glext.h to generate
> the supported extensions?
$ python tools/gengl.py gl
called from within pyglet's root directory (run without the "gl"
attribute to see all possible modules).
But unfortunately it doesn't work on my computer (crashes while
accessing a method of a None object).
The traceback is fairly useless and probably even misleading, because
the problem is not that some function got a None, but that there was a
misparse some steps earlier and exactly what happens when you get a
misparse is dependent on what exactly was in the header file after the
misparse (for example the misparse was harmless in many other header
files). The bug report goes into more detail.