On 1/22/08, Dustin Kleckner <[EMAIL PROTECTED]> wrote: > > Fixed it! For some reason I had an old version of the libGL in /usr/ > lib/xorg, while the correct version was in /usr/lib. I just renamed > the one in /usr/lib/xorg and it found the correct one instead. (BTW I > am using the Catalyst 8.1 driver.) I'm not sure why pyglet found the > old one first, while all other programs seemed to find the newer one. > Sorry to waste your time debugging my video card drivers; hopefully > this is useful to someone else as well. Cheers,
Good to hear. Finding libraries with ctypes is a bit of a black art, and I'm all in favour of suggestions for improving the algorithm that pyglet uses, if you have any. 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 -~----------~----~----~----~------~----~------~--~---
