Closed GoogleCodeExporter closed 9 years ago
The trick is to use dlopen (cdll.LoadLibrary) directly, rather than calling
find_library. pyglet.lib now attempts to LoadLibrary, and only uses
find_library if
that fails (fixed in r1107). For this to be useful, libraries should be
specified as
"libfoo.so", rather than "foo" (fixed in r1108).
Original comment by Alex.Hol...@gmail.com
on 6 Aug 2007 at 12:28
Original issue reported on code.google.com by
Alex.Hol...@gmail.com
on 5 Aug 2007 at 1:46