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