On 6/8/08, bruce <[EMAIL PROTECTED]> wrote: > > I just downloaded pyglet 1.1 beta 2 and installed it (from the dmg) > into Python 2.4.4 > on an Intel MacBook Pro, Mac OS X 10.4.11. (And it's amazing and > wonderful, BTW.) > > All the examples work fine, except text_input.py crashes (opens > Apple's CrashReporter > with a C stacktrace). > > But I can fix it by adding the single line > > pyglet.options['graphics_vbo'] = False > > after import pyglet. > > Maybe it's failing to properly test whether my OpenGL supports VBOs?
Please post the output of `python -m pyglet.info`, I'll add a workaround for your device. Please also post the stack trace you got. 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 -~----------~----~----~----~------~----~------~--~---
