My animatronic trainer program is coming along nicely on XP, but I'm
having trouble getting it to work on Ubuntu (Intrepid Ibex) It's
giving me the exception 'pyglet requires an X server with GLX'
I've looked in the Package manager, and found xserver and GLX packages
installed, but pyglet insists that's not quite good enough.
The full traceback is :
Traceback (most recent call last):
File "/home/ubuntu/Desktop/DancingPyg/DancingPyg9.py", line 61, in
<module>
window = pyglet.window.Window(fullscreen=False)
File "/usr/lib/python2.5/site-packages/pyglet/window/xlib/
__init__.py", line 474, in __init__
super(XlibWindow, self).__init__(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/pyglet/window/__init__.py",
line 636, in __init__
config = screen.get_best_config(template_config)
File "/usr/lib/python2.5/site-packages/pyglet/window/__init__.py",
line 288, in get_best_config
configs = self.get_matching_configs(template)
File "/usr/lib/python2.5/site-packages/pyglet/window/xlib/
__init__.py", line 238, in get_matching_configs
have_13 = self.display.info.have_version(1, 3)
File "/usr/lib/python2.5/site-packages/pyglet/gl/glx_info.py", line
79, in have_version
raise GLXInfoException('pyglet requires an X server with GLX')
GLXInfoException: pyglet requires an X server with GLX
Any suggestions?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---