Claudio, Pyglet's FAQ refer to some problematic Intel drivers and chips and a possible solution for some cases. I don't know about this machine, and don't know if its a bug with recent drivers, etc. Have you tried setting the environment variable PYGLET_SHADOW_WINDOW equal to zero? see http://groups.google.com/group/pyglet-users/web/faq?pli=1
Thomas On 5 mar, 00:52, claudio canepa <[email protected]> wrote: > Anyone with a Dell Inspiron 1525, win vista, can run pyglet ? > A fresh python 2.6 , pyglet in my sister's machine fails to run the included > astraea example: > > C:\Python26\Doc\pyglet1.1.4\examples\astraea>astraea.py > Traceback (most recent call last): > File "C:\Python26\Doc\pyglet1.1.4\examples\astraea\astraea.py", line 700, in > < > module> > win = pyglet.window.Window(ARENA_WIDTH, ARENA_HEIGHT, caption='Astraea') > File "C:\Python26\lib\site-packages\pyglet\window\win32\__init__.py", line > 423 > , in __init__ > super(Win32Window, self).__init__(*args, **kwargs) > File "C:\Python26\lib\site-packages\pyglet\window\__init__.py", line 686, in > _ > _init__ > self._create() > File "C:\Python26\lib\site-packages\pyglet\window\win32\__init__.py", line > 518 > , in _create > self.context._set_window(self) > File "C:\Python26\lib\site-packages\pyglet\window\win32\__init__.py", line > 364 > , in _set_window > raise gl.ContextException('Unable to share contexts') > pyglet.gl.ContextException: Unable to share contexts > > ---------------------------------------------- > I updated to the last video drivers available at dell ( there are old, circa > 2008). > A probe from intel suggest to not install the generic drivers. > Any sugestion? ? > > -- > claxo -- 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.
