When opening multiple windows and attempting to draw text to one of them, Pyglet throws a pyglet.gl.lib.GLException: Traceback (most recent call last): File ...
I really ilke pyglet, but i currently can't add any text to my program because pyglet.text.Label does not work. Here is the code example: import pyglet window = pyglet.window.Window(width=900, ...