Hi Juan, On Sat, Sep 28, 2013 at 1:56 PM, "Juan J. Martínez" <[email protected]> wrote: > And I monkeypatch ctypes.util.find_library, so pyglet will load my local > AVbin version instead of the one on the system (if any!). >
I had this problem too on OS X too. But I ended up with setting os.environ['DYLD_LIBRARY_PATH'] and renaming libavbin.10.dylib to libavbin.dylib. I think you could set "LD_LIBRARY_PATH" on linux too. I believe that it should be fixed in pyglet rather that relying changing environment or monkey patching. Thoughts? -- Paul -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/groups/opt_out.
