Ok, I used symbolic links and got the libraries to load. It quits with a "ValueError: NULL pointer access" in ffmpeg.py line 917. Has anyone gotten this to work on a Mac?
On Tuesday, December 19, 2017 at 1:33:42 PM UTC-6, Paul Craven wrote: > > I recently tried to get pyglet and ffmpeg working on the Mac. I ran into a > lot of problems loading the libraries. > > I could adjust the load library path by adjusting > os.environ['LD_LIBRARY_PATH'] either by the environment variable or by > changing it before importing pyglet. > > But the builds you can download for the mac assume file names like > "libavutil.56.dylib" and pyglet assumes naming like "libavutil.dylib". > > I can't just rename the files because the libraries are linked together > assuming they are named with the extra numbers. It would be REALLY nice for > pyglet to include some kind of mapping options so I can tell it exactly > where avutil is, and what it is named. > > I know this is an alpha release, but I had this issue with avbin as well. > -- 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 https://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
