Hi, I just downloaded and installed Pyglet 1.1.3 using setup.py on a
Fedora 11 x86_64 with KDE 4.3.0 as desktop environment with python
2.6.
I tried to run several of the demo files but always got an error when
launching the script. For instance, for the following script:
import pyglet
window = pyglet.window.Window()
I get this error:
Traceback (most recent call last):
File "example.py", line 2, in <module>
window = pyglet.window.Window(config=config)
File "/usr/lib/python2.6/site-packages/pyglet/__init__.py", line
307, in __getattr__
__import__
(import_name)
File "/usr/lib/python2.6/site-packages/pyglet/window/__init__.py",
line 1684, in <module>
gl._create_shadow_window()
File "/usr/lib/python2.6/site-packages/pyglet/gl/__init__.py", line
491, in _create_shadow_window
_shadow_window = Window(width=1, height=1, visible=False)
File "/usr/lib/python2.6/site-packages/pyglet/window/xlib/
__init__.py", line 474, in __init__
super(XlibWindow, self).__init__(*args, **kwargs)
File "/usr/lib/python2.6/site-packages/pyglet/window/__init__.py",
line 643, in __init__
raise NoSuchConfigException('No standard config is available.')
pyglet.window.NoSuchConfigException: No standard config is available.
I would greatly appreciate if someone could point me out on what I
could do to get Pyglet working on my computer.
By the way, I have a NVIDIA 8600 GT and I am currently using NVIDIA's
propietary drivers, version: 185.18.14.
Cheers,
Federico
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---