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