al1986 wrote:
> Thanks, looks like I'm getting somewhere. There's a different error
> now though: "NameError: global name 'ContextException' is not
> defined".
>
Whoops, sorry about that. Try r1389 or the attached patch.
Alex.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
Index: pyglet/window/xlib/__init__.py
===================================================================
--- pyglet/window/xlib/__init__.py (revision 1388)
+++ pyglet/window/xlib/__init__.py (working copy)
@@ -223,7 +223,7 @@
else:
try:
return [config_class(self, attrib_list)]
- except ContextException:
+ except gl.ContextException:
return []
def __repr__(self):