i downloaded the latest svn, reinstalled it just in case, then run the 
python accumfliptest.py


$ python accumfliptest.py
Traceback (most recent call last):
   File "accumfliptest.py", line 20, in <module>
     win = AccumWindow(200,200)
   File "/home/r2d2/pyprocessing-read-only/tools/flippolicy.py", line 
157, in __init__
     super(AccumWindow, self).__init__(*args, **keyargs)
   File 
"/usr/local/lib/python2.6/dist-packages/pyglet/window/xlib/__init__.py", 
line 474, in __init__
     super(XlibWindow, self).__init__(*args, **kwargs)
   File 
"/usr/local/lib/python2.6/dist-packages/pyglet/window/__init__.py", line 
644, in __init__
     config = screen.get_best_config(config)
   File 
"/usr/local/lib/python2.6/dist-packages/pyglet/window/__init__.py", line 
290, in get_best_config
     raise NoSuchConfigException()
pyglet.window.NoSuchConfigException


the error seems to come from pyglet. So I reinstalled pyglet and check 
the examples to see if there were errors. most worked fine : 
graphics.py, opengl.py, fixed_resolution.py
but this doesnt, the window opens but there is no graphics : 
window_platform_event.py



Claudio Esperança(e)k dio:
> Thanks for trying that and the tip about the misspelling.
> 
> I cannot understand what could cause the error you reported. I added a
> test program to
> the tools subdir in the svn called accumfliptest.py. Would you be so
> kind as to try
> running it in your installation? Just download the most recent version
> (61, as of this
> message), go to the tools directory and run 'python accumfliptest.py'.
> This program does
> not depend on pyprocessing at all (the two dependencies 'fbo.py' and
> 'flippolicy.py' were
> also copied to the tools directory).
> 
> --Claudio
> 
> > 
> 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to