Hi all,
I get the following error:
Traceback (most recent call last):
File "client.py", line 516, in ?
client.main_loop()
File "client.py", line 505, in main_loop
self.clear()
File "/home/nikos/code/workspace/piou2/pyglet/window/__init__.py",
line 1198, in clear
gl.glClear(gl.GL_COLOR_BUFFER_BIT | gl.GL_DEPTH_BUFFER_BIT)
File "/home/nikos/code/workspace/piou2/pyglet/gl/lib.py", line 105,
in errcheck
raise GLException(msg)
pyglet.gl.lib.GLException: invalid value
The main look itself is textbook so I'm not sure what's wrong here.
Any ideas?
Thanks
Nikos
PS: thanks to everyone working on pyglet - (one of the) best kept
python secret?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---