Hello, and thanks for your reply.
The error that I received was this:
$ python demo_sprites.py
Traceback (most recent call last):
File "demo_sprites.py", line 11, in <module>
from pyglet.gl import *
File "/Library/Python/2.5/site-packages/pyglet/gl/__init__.py", line
507, in <module>
import pyglet.window
File "/Library/Python/2.5/site-packages/pyglet/window/__init__.py",
line 1682, in <module>
gl._create_shadow_window()
File "/Library/Python/2.5/site-packages/pyglet/gl/__init__.py", line
491, in _create_shadow_window
_shadow_window = Window(width=1, height=1, visible=False)
File "/Library/Python/2.5/site-packages/pyglet/window/__init__.py",
line 641, in __init__
raise NoSuchConfigException('No standard config is available.')
pyglet.window.NoSuchConfigException: No standard config is available.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cocos2d discuss" 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/cocos-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---