Thanks very much. Examples work fine now :) Allan
On Nov 8, 11:19 pm, Alex Holkner <[EMAIL PROTECTED]> wrote: > 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. > > [r1389.patch]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): --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
