Hello,

> Also, is the pyglet window closing for you on pyglet 1.1alpha2? I am
> running KDE 4.0.3 and even the pyglet examples' windows are not
> closing when I press the close button. I am not sure if it is a pyglet
> bug.. just making sure before reporting it. Anyone?

There does seem to be some sort of pyglet bug in  1.1alpha2.

I can't confirm what you see, but on OS X, the created window never
"goes live" -- it doesn't respond to close or resize events, and the
OS puts up the "I have detected that this window is not properly
handling events" spinning cursor. This could well be the same problem
you see.

Interestingly, *either* the code you posted above (that runs
pyglet.app.run() in a threaded context), *or* the original sympy
version (that runs a window-specific event loop) fails to work
properly with pyglet 1.1a2. Can you confirm that problem with the
original event loop?

After reverting to pyglet 1.0, the original ManagedWindow code from
sympy does work properly.

I'd be happy to track down this bug, if possible, but I don't know
where to start. Any ideas? What might keep pyglet 1.1a2 event loops
from working right in a thread (either background via thread.start()
or even foreground via thread.run())?

Thanks,
Zach
--~--~---------~--~----~------------~-------~--~----~
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