On 27 October 2011 16:10, Petr Viktorin <[email protected]> wrote: > Pyglet mostly works on my Linux 64bit box (Kubuntu 11.04; crappy Intel > integrated graphics). I did have some problems though; most > importantly the graphics.RETAINED_INDEXED test segfaulted, so I > commented it out and ran the other tests.
Thanks! Sadly "crappy Intel integrated graphics" have been known to cause us unmeasurable compatibility pain in the past ;-) Is your Python binary 32- or 64-bit? If 64 then would it be possible to try a 32-bit build? > Sound didn't work at all. What sound system(s) are running? Could you possibly try some variants by setting the PYGLET_AUDIO environment variable? See "pydoc pyglet" for how the options work. I believe on Linux we can use pulse and openal. > The Compose key doesn't work in the text tests. > Test log: http://pastebin.com/iseSwY5W There's quite a few failures in there that look like they wouldn't take very long for someone on a Linux system to fix. Then there's the other ones, some of which are probably related to your graphics hardware. Richard -- 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.
