It also fixes issue 47: http://code.google.com/p/pyglet/issues/detail?id=47
-- Tomi Kyöstilä On 4/8/07, Alex Holkner <[EMAIL PROTECTED]> wrote: > > Hi, > > This is fixed in r768, thanks for the heads up. > > Alex. > > Esteban wrote: > > >Getting lots of these in svn head when trying to run tests and > >examples (XP). Is pyglet supposed to work in Windows at this moment? > > > >ERROR:root:Error in image.PYPNG_RGB_SAVE > >ERROR:root:Traceback (most recent call last): > > File "E:\pyglet\tests\image\base_save.py", line 91, in test_save > > self.window = w = self.create_window() > > File "E:\pyglet\tests\image\base_save.py", line 88, in create_window > > return Window(width, height, visible=False) > > File "E:\pyglet\pyglet\window\__init__.py", line 961, in __init__ > > self.create(factory) > > File "E:\pyglet\pyglet\window\win32\__init__.py", line 343, in > >create > > self.set_vsync(vsync) > > File "E:\pyglet\pyglet\window\win32\__init__.py", line 358, in > >set_vsync > > if wgl_info.have_extension('WGL_EXT_swap_control'): > > File "E:\pyglet\pyglet\gl\wgl_info.py", line 34, in have_extension > > return extension in self.get_extensions() > > File "E:\pyglet\pyglet\gl\wgl_info.py", line 24, in get_extensions > > if not gl_info.have_context: > >NameError: global name 'gl_info' is not defined --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to pyglet-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---