On Thu, 3 Jan 2008, Janto wrote:
> I'm getting "Xlib: unexpected async reply" errors in my pyglet
> application. This is apparently due to my multithreaded calls to
> pyglet (see http://www.faqs.org/faqs/x-faq/part7/section-15.html).
>
> Is it possible to use pyglet and threads together?

I have, but as with all threaded applications you're opening a can of worms.

Ensure only one thread is doing actual pyglet stuff (rendering, event loop, 
etc). See how you go...


    Richard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to pyglet-users@googlegroups.com
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