Greetings all. I'm new to Pyglet and Python in general, so I'm sure
this is one of those errors that will be embarrasingly simply to
correct. But nevertheless, it's frustrating.
I'm running a simple copy-paste of the Hello World example from the
main website. As far as I can tell, I've installed Pyglet correctly,
and all my other extensions work fine. I've set the Python path (as
redundant as that may be) and I've got a fresh install of the most
recent Pyglet release. I'm using Python 2.5 on a Vista laptop (yeah,
yeah, I know) and whenever I run the script, I get this error, and
nothing else:
Traceback (most recent call last):
File "C:\Users\Aaron\Python\pyglet_test.py", line 2, in <module>
window = pyglet.window.Window()
File "C:\Python25\lib\site-packages\pyglet\window
\win32\__init__.py", line 423, in __init__
super(Win32Window, self).__init__(*args, **kwargs)
File "C:\Python25\lib\site-packages\pyglet\window\__init__.py", line
686, in __init__
self._create()
File "C:\Python25\lib\site-packages\pyglet\window
\win32\__init__.py", line 518, in _create
self.context._set_window(self)
File "C:\Python25\lib\site-packages\pyglet\window
\win32\__init__.py", line 364, in _set_window
raise gl.ContextException('Unable to share contexts')
ContextException: Unable to share contexts
Feel free to embarrass the hell out of me by making the solution to
this painfully obvious.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---