The current code expects the libraries to be installed in the system. You can also choose to search the script local directory or some libs path, but that only works in linux for now. There is also the issue with name clases (32 and 64 bits linux libs).
Rob Op vrijdag 5 juni 2015 19:02:10 UTC+2 schreef Brandon Keith Biggs: > > Hello, > AVbin is not supported on every platform, or the code hasn't been written > for every platform? > I'm sure there is a better way to do this, but couldn't there be a check > for all the current platforms? Windows 32 and 64, Linux 32 and 64 and OSX? > > http://stackoverflow.com/questions/110362/how-can-i-find-the-current-os-in-python > Then the proper imports can be made from the init script? > thanks, > > Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> > On 6/5/2015 6:52 PM, Rob wrote: > > That is actually something I was already looking at earlier. At this > moment this is not supported out of the box for every platform. I want to > make it easy to include avbin in pyglet in a way that users can package it > easily for all supported platforms. > > Rob > > Op vrijdag 5 juni 2015 18:44:57 UTC+2 schreef Brandon Keith Biggs: >> >> Hello, >> Is there a reason why AVbin DLLs are not included as part of the pyglet >> distribution? I don't know one project that uses sound and doesn't use it. >> If licensing is a problem, you can point out the AVbin website or the >> Libav website and explain that if people wish to use any audio types other >> than .wav files, they need to follow the licenses in AVbin. >> You can see another library that has this kind of functionality here: >> https://www.panda3d.org/ >> >> They distribute fmod and OpenAl, but one can choose what library to use >> in their settings file. >> thanks, >> >> Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> >> On 6/5/2015 4:57 PM, Rob wrote: >> >> I did not fix the lib importing yet. I want to extend pyglet.lib to be >> able to load libraries from a script local path on any platform. Currently >> that only seems to be implemented for linux. >> >> Rob >> >> Op donderdag 4 juni 2015 23:55:50 UTC+2 schreef Nathan: >>> >>> More specifically, for OS X you should copy or move libavbin.10.dylib >>> into /usr/local/lib >>> >>> On Thu, Jun 4, 2015 at 2:20 PM Brandon Keith Biggs < >>> [email protected]> wrote: >>> >>>> Hello, >>>> Go ahead and download the DLLs: >>>> https://bitbucket.org/pyglet/pyglet/downloads/avbin_10_pyglet.tar.gz >>>> >>>> Read the readme and follow it. Basically, you need to put the DLLs into >>>> your project DIR. >>>> Rob could have changed it so the path works correctly so you can put >>>> the DLLs other places, but I haven't checked. >>>> thanks, >>>> >>>> Brandon Keith Biggs <http://www.brandonkeithbiggs.com/> >>>> On 6/4/2015 8:32 PM, Melis Cakar wrote: >>>> >>>> Hi, >>>> >>>> >>>> I am trying to download AVbin to our lab computers(Mac Version >>>> 10.10.2), and AVbin gives an error at the end of installation saying : >>>> >>>> >>>> -- >>>> 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/d/optout. >>>> >>>> >>>> -- >>>> 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/d/optout. >>>> >>> -- >> 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/d/optout. >> >> >> -- > 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] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at http://groups.google.com/group/pyglet-users. > For more options, visit https://groups.google.com/d/optout. > > > -- 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/d/optout.
