On Jan 26, 2008 3:59 PM, Gary <[EMAIL PROTECTED]> wrote: > > On my Linux machines, with the new Pyglet1.0, I can't import > pyglet.clock because the code ends up taking a Mac branch and so fails > to find a file '/usr/lib/libc.dylib'. So I added 4 lines to the if > at > about line 165 to handle the Linux case. > > If preferred, I can file an official bug report and supply the fix as > a patch.
It sounds like your machine is missing /usr/lib/libc.so. Is there a similarly named/versioned file that can be added as a fallback? 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 -~----------~----~----~----~------~----~------~--~---
