Hi,

On my debian sid (amd64), I can't start any pyglet application. As soon as
I use a Window, I get the following error:

Traceback (most recent call last):
  File "main.py", line 92, in <module>
    window = pyglet.window.Window(caption="Diaporama")
  File "/usr/lib/pymodules/python2.5/pyglet/__init__.py", line 307, in 
__getattr__
    __import__(import_name)
  File "/usr/lib/pymodules/python2.5/pyglet/window/__init__.py", line 1682, in 
<module>
    gl._create_shadow_window()
  File "/usr/lib/pymodules/python2.5/pyglet/gl/__init__.py", line 491, in 
_create_shadow_window
    _shadow_window = Window(width=1, height=1, visible=False)
  File "/usr/lib/pymodules/python2.5/pyglet/window/xlib/__init__.py", line 474, 
in __init__
    super(XlibWindow, self).__init__(*args, **kwargs)
  File "/usr/lib/pymodules/python2.5/pyglet/window/__init__.py", line 641, in 
__init__
    raise NoSuchConfigException('No standard config is available.')
pyglet.window.NoSuchConfigException: No standard config is available.

I didn't find any usefull tips on the web...

Any idea ?

PS : I tried to use the latests release, without success. The same pyglet
versions works fine on a debian stable.

-- 
    Frédéric

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