You should file a bug report at http://code.google.com/p/pyglet/issues/list and use pyglet debugging options to give as much information as possible (see http://www.pyglet.org/doc/programming_guide/debugging_tools.html)
Nicolas On Oct 2, 8:08 am, Frédéric <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
