On 9/7/08, John Lehmann <[EMAIL PROTECTED]> wrote:
>
>  Hi,
>
>  Is pyglet/gl/base.py (r2249) missing this?
>
>   import sys as _sys
>
>  Without it I get various errors:
>
>  pyglet/gl/base.py in <lambda>(info)
>     233          lambda info: ('ATI' in info.get_renderer() and
>     234                        info.have_version(1, 5) and
>  --> 235                        _sys.platform == 'darwin')),
>     236     ]
>     237
>  <type 'exceptions.NameError'>: global name '_sys' is not defined
>

Thanks, fixed in r2250.  Note that trunk is in heavy dev at the moment
and won't work for any but the simplest applications.  Use
pyglet-1.1-maintenance branch if you have real work to do.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to