On 1/28/08, Nathan <[EMAIL PROTECTED]> wrote: > Ok...where's the test suite? I couldn't find it on pyglet.org.
It's in the documentation/examples package. > > Look for AVbin.dylib (in /usr/lib, from memory). > > I couldn't find an AVbin.dylib on either the G3 or the Intel iMac. Sorry, it's here: % ls -l /usr/lib/libavbin* -rwxr--r-- 1 root alex 5276296 Jan 21 13:31 /usr/lib/libavbin.0.dylib lrwxr-xr-x 1 root alex 16 Jan 21 14:00 /usr/lib/libavbin.dylib -> libavbin.0.dylib But it looks like the permissions on libavbin.0.dylib were set incorrectly (u=rwx only, instead of u=rw,go=r). I'll look into why this happened. If you really can't find libavbin.dylib installed, you can get it directly from http://code.google.com/p/avbin/ 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 -~----------~----~----~----~------~----~------~--~---
