Hello everybody,

I have a very basic python script:
import pyglet
window = pyglet.window.Window(800, 600)
pyglet.app.run()
When I run it, however, nothing happens and pressing ctrl+c on the terminal 
does nothing.
I used pdb to investigate the problem and it seems the script hangs on the 
"window 
= pyglet.window.Window(800, 600)" line.
I dug deeper and I rerun the script with PYGLET_DEBUG_X11 set to 1.
This gave me the following stacktrace: http://pastebin.com/GMex4dkd

I should note that no more text appeared on the terminal and pressing 
ctrl+c didn't close python (I had to pkill it)

python version 2.7.8
pyglet version 1.1.4 (installed from vanilla source)
X.org version 1.15.0

I know X.org version 1.15 had some ABI changes, but I don't know if those 
might be the cause of this.

Any ideas on what might cause the BadWindow errors?

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to