I have just started to attempt to use the alpha version of pyglet (1.2alpha1) and creating a window i.e.
win = pyglet.window.Window()
causes a syntax error in the pyglet.window on line 133, which is:
from pyglet.gl import gl_info
to be honest... I have no idea what is even going on here because from x import y is valid syntax and I am completely new to pyglet and have only very very basic knowledge of openGL
Thanks in advance