Hi all,

I recently moved to Fedora 12 but couldn't get pyglet it to work. I
tried both the Fedora's binary and source code from the hg repo.

I had pyglet working on Fedora 10 and 11 and Ubuntu before.

Any sugestion will be greatly appriecated.
Best,

Begin error message:
----

[...@xx:/usr/share/pyglet]$ unset PYTHONPATH
[...@xx:/usr/share/pyglet]$ ./events.py
failed to create drawable
Traceback (most recent call last):
  File "./events.py", line 41, in <module>
    window = pyglet.window.Window(resizable=True)
  File "/usr/lib/python2.6/site-packages/pyglet/__init__.py", line
306, in __getattr__
    __import__(import_name)
  File "/usr/lib/python2.6/site-packages/pyglet/window/__init__.py",
line 1684, in <module>
    gl._create_shadow_window()
  File "/usr/lib/python2.6/site-packages/pyglet/gl/__init__.py", line
494, in _create_shadow_window
    _shadow_window = Window(width=1, height=1, visible=False)
  File "/usr/lib/python2.6/site-packages/pyglet/window/xlib/
__init__.py", line 474, in __init__
    super(XlibWindow, self).__init__(*args, **kwargs)
  File "/usr/lib/python2.6/site-packages/pyglet/window/__init__.py",
line 686, in __init__
    self._create()
  File "/usr/lib/python2.6/site-packages/pyglet/window/xlib/
__init__.py", line 683, in _create
    self.switch_to()
  File "/usr/lib/python2.6/site-packages/pyglet/window/xlib/
__init__.py", line 781, in switch_to
    self._context.set_current()
  File "/usr/lib/python2.6/site-packages/pyglet/gl/__init__.py", line
345, in set_current
    self._info.set_active_context()
  File "/usr/lib/python2.6/site-packages/pyglet/gl/gl_info.py", line
91, in set_active_context
    self.vendor = cast(glGetString(GL_VENDOR), c_char_p).value
  File "/usr/lib/python2.6/site-packages/pyglet/gl/lib.py", line 105,
in errcheck
    raise GLException(msg)
pyglet.gl.lib.GLException: out of memory

------
End error message

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