On Jan 3, 2008 8:19 PM, Janto <[EMAIL PROTECTED]> wrote: > > Hi! > > 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?
pyglet is completely thread-unsafe; you'll need to manage all locking yourself. Alex. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
