does anyone know how to get this fucking thing to stop spamming my inbox any time anyone even THINKS of pyglet?
On Sun, Sep 29, 2013 at 2:25 AM, <[email protected]> wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/pyglet-users/topics > > - AVbin Needs Help <#1416909a54c4485b_group_thread_0> [5 Updates] > - Monkeypatching ctypes.util.find_library and distributing > AVbin<#1416909a54c4485b_group_thread_1>[24 Updates] > - Opening a GUI window while running > pyglet<#1416909a54c4485b_group_thread_2>[1 Update] > > AVbin Needs > Help<http://groups.google.com/group/pyglet-users/t/1f12552943dcc201> > > Paul Colomiets <[email protected]> Sep 28 07:56PM +0300 > > Hi Nathan, > > > and the size from the AVframe, and constructing a new AVframe with > all > > default values except the data buffer and size attribute. Everything > else > > centered around that assumption. > ...more<http://groups.google.com/group/pyglet-users/msg/3e73cc4981e2376e> > > Back to top. <#1416909a54c4485b_digest_top> > > > Nathan <[email protected]> Sep 28 12:02PM -0600 > > I created a new issue (#54) for it: > https://github.com/AVbin/AVbin/issues/54 > > In the issue I put a link to the three files that I have personally > used to > see the bad behavior and test my fix > ...more<http://groups.google.com/group/pyglet-users/msg/d9b2f51c0956d956> > > Back to top. <#1416909a54c4485b_digest_top> > > > Paul Colomiets <[email protected]> Sep 29 01:01AM +0300 > > Hi Nathan, > > > see the bad behavior and test my fix attempts. All three of these > files > > were given to me by actual users who were frustrated that they were > not > > decoding and playing correctly. > ...more<http://groups.google.com/group/pyglet-users/msg/57ed59dba7f84d1b> > > Back to top. <#1416909a54c4485b_digest_top> > > > Nathan <[email protected]> Sep 28 04:37PM -0600 > > That change has absolutely no effect on my testing on OS 10.8, 64-bit. > Odd. > > I'm looking at jwpIntro.mov, specifically. The sound plays normally, > but > the video starts with a green screen, > ...more<http://groups.google.com/group/pyglet-users/msg/ea9619f1636798e3> > > Back to top. <#1416909a54c4485b_digest_top> > > > Paul Colomiets <[email protected]> Sep 29 01:46AM +0300 > > Hm, I'm testing on Linux, bug was like you've described, and fixed > with this change. > > Sounds on OS X work badly (same app that in runs smoothly on linux), > so may be OS X have it's own issues > ...more<http://groups.google.com/group/pyglet-users/msg/c6b871d8d0374302> > > Back to top. <#1416909a54c4485b_digest_top> > > Monkeypatching ctypes.util.find_library and distributing > AVbin<http://groups.google.com/group/pyglet-users/t/aacdb7433d239359> > > "\"Juan J. Martínez\"" <[email protected]> Sep 28 11:56AM +0100 > > Hello, > > I've been experimenting with the idea of distributing a local copy of > ABvin (both 32 and 64 bit) with my games in Linux, in the same way I do > with py2exe. > > With py2exe I include the > ...more<http://groups.google.com/group/pyglet-users/msg/e8bf3339116e80e> > > Back to top. <#1416909a54c4485b_digest_top> > > > Paul Colomiets <[email protected]> Sep 28 08:04PM +0300 > > Hi Juan, > > > 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. > ...more<http://groups.google.com/group/pyglet-users/msg/9e858688cd2a4c48> > > Back to top. <#1416909a54c4485b_digest_top> > > > "\"Juan J. Martínez\"" <[email protected]> Sep 28 06:40PM +0100 > > On 28/09/13 18:04, Paul Colomiets wrote: > > > 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. > ...more<http://groups.google.com/group/pyglet-users/msg/c29bdebdaf9031b5> > > Back to top. <#1416909a54c4485b_digest_top> > > > Nathan <[email protected]> Sep 28 11:47AM -0600 > > Sounds like a good technical solution would be to add a cross-platform > standard way to customize Pyglet's library loading preferences. It'd > certainly simplify testing Libav (I currently install it > ...more<http://groups.google.com/group/pyglet-users/msg/cd8722c0b82b460a> > > Back to top. <#1416909a54c4485b_digest_top> > > > "\"Juan J. Martínez\"" <[email protected]> Sep 28 06:48PM +0100 > > On 28/09/13 18:47, Nathan wrote: > > FYI, AVbin is licensed under the LGPL 2.1 (since Libav upstream is), > so > > you should be aware of legal stuff if you're doing any > > distributing. > ...more<http://groups.google.com/group/pyglet-users/msg/347cefff597f81d0> > > Back to top. <#1416909a54c4485b_digest_top> > > > Paul Colomiets <[email protected]> Sep 28 09:03PM +0300 > > Hi Juan, > > > I didn't like fiddling with LD_* because some Linux distributions may > > not allow using them for security reasons (ie. Fedora with selinux > > enabled), restricting what ldconfig will > ...more<http://groups.google.com/group/pyglet-users/msg/374420388f2da575> > > Back to top. <#1416909a54c4485b_digest_top> > > > Nathan <[email protected]> Sep 28 12:06PM -0600 > > Sounds like you're covered. > > ~ Nathan > > > ...more<http://groups.google.com/group/pyglet-users/msg/e924c99bfc7618ae> > > Back to top. <#1416909a54c4485b_digest_top> > > > "\"Juan J. Martínez\"" <[email protected]> Sep 28 07:10PM +0100 > > On 28/09/13 19:03, Paul Colomiets wrote: > >> enabled), restricting what ldconfig will do. > > > AFAIK, they restrict if LD_* used by ldconfig. But not how we use it > > with ctypes (dlopen). So: > ...more<http://groups.google.com/group/pyglet-users/msg/a1b97ab05f0eb79c> > > Back to top. <#1416909a54c4485b_digest_top> > > > Paul Colomiets <[email protected]> Sep 28 09:17PM +0300 > > Hi Juan, > > > We can use pyglet.resource.get_script_home() as it will take into > > account all the py2exe and cx_freeze cases. > > Nice. > > > I like searching in current > > script dir and lib > ...more<http://groups.google.com/group/pyglet-users/msg/1cea5d5f27031404> > > Back to top. <#1416909a54c4485b_digest_top> > > > "\"Juan J. Martínez\"" <[email protected]> Sep 28 07:19PM +0100 > > On 28/09/13 19:17, Paul Colomiets wrote: > >> script dir and lib directories (lib/x86 and lib/x64 doesn't make > sense > >> because... ARM etc hehe). > > > How about "lib/" + platform.machine() ? > ...more<http://groups.google.com/group/pyglet-users/msg/5adefe1758ef24d2> > > Back to top. <#1416909a54c4485b_digest_top> > > > "\"Juan J. Martínez\"" <[email protected]> Sep 28 07:23PM +0100 > > On 28/09/13 19:19, "Juan J. Martínez" wrote: > >>> because... ARM etc hehe). > > >> How about "lib/" + platform.machine() ? > > > Fair enough. I can do that! > > Eh, not really... I get i686 here and > ...more<http://groups.google.com/group/pyglet-users/msg/e36f822bcbbd9ba0> > > Back to top. <#1416909a54c4485b_digest_top> > > > Paul Colomiets <[email protected]> Sep 28 09:35PM +0300 > > Hi Juan, > > > >>> How about "lib/" + platform.machine() ? > > >> Fair enough. I can do that! > > > Eh, not really... I get i686 here and that's not what we are looking > for :D > > I wouldn't care if the > ...more<http://groups.google.com/group/pyglet-users/msg/418cbc50b524f2fc> > > Back to top. <#1416909a54c4485b_digest_top> > > > "\"Juan J. Martínez\"" <[email protected]> Sep 28 07:57PM +0100 > > On 28/09/13 19:03, Paul Colomiets wrote: > > > directories.extend(os.environ['LD_LIBRARY_PATH'].split(':')) > > > .. still work (that's at > ...more<http://groups.google.com/group/pyglet-users/msg/51b091c3546322f2> > > Back to top. <#1416909a54c4485b_digest_top> > > > Paul Colomiets <[email protected]> Sep 28 10:14PM +0300 > > Hi Juan, > > > won't check LD_LIBRARY_PATH (at least not in my system). > > > I'm certain it will work in Mac, but it won't work in Linux if > library > > is installed in the system. > > AFAICS, The whole > ...more<http://groups.google.com/group/pyglet-users/msg/e644b7c427ff594f> > > Back to top. <#1416909a54c4485b_digest_top> > > > "\"Juan J. Martínez\"" <[email protected]> Sep 28 08:40PM +0100 > > On 28/09/13 20:14, Paul Colomiets wrote: > > want to have multiple versions and given that the whole intention is > > to *override* system libraries, I think it's safe to just use > CDLL(dir > ...more<http://groups.google.com/group/pyglet-users/msg/8e8053465bf30b60> > > Back to top. <#1416909a54c4485b_digest_top> > > > Paul Colomiets <[email protected]> Sep 28 11:19PM +0300 > > Hi Juan, > > > > It's explained there. Let me know if I've done anything stupid but > this > > should allow us to load libraries from the same directory the script > is > > run *or* a subdirectory called > ...more<http://groups.google.com/group/pyglet-users/msg/1ebd54f6bdf816cc> > > Back to top. <#1416909a54c4485b_digest_top> > > > "\"Juan J. Martínez\"" <[email protected]> Sep 28 09:57PM +0100 > > On 28/09/13 21:19, Paul Colomiets wrote: > > probably use "lib(.*)\.so(?:$|\.)" > > > c) keeping same dictionary for cache by library name and by file > > name seems ugly > > OK, I can fix a and b. > ...more<http://groups.google.com/group/pyglet-users/msg/f4713ab4f70dc011> > > Back to top. <#1416909a54c4485b_digest_top> > > > Paul Colomiets <[email protected]> Sep 29 12:15AM +0300 > > Hi Juan, > > > The problem is that in Linux ctypes.util.find_library won't check > > LD_LIBRARY_PATH at all and ldconfig is ignoring it also (AFAIK is > > supposed to be a bad idea, the trend is to not > ...more<http://groups.google.com/group/pyglet-users/msg/9931f5b76aaf2f85> > > Back to top. <#1416909a54c4485b_digest_top> > > > "\"Juan J. Martínez\"" <[email protected]> Sep 28 10:30PM +0100 > > On 28/09/13 22:15, Paul Colomiets wrote: > > > I'm not sure embedding libpulse is a good idea at all, but there > might > > be other libraries that matter. (openal and avbin seem to modest on > ...more<http://groups.google.com/group/pyglet-users/msg/50f8f68a65474767> > > Back to top. <#1416909a54c4485b_digest_top> > > > "\"Juan J. Martínez\"" <[email protected]> Sep 28 10:47PM +0100 > > On 28/09/13 22:15, Paul Colomiets wrote: > > > I'm not sure embedding libpulse is a good idea at all, but there > might > > be other libraries that matter. (openal and avbin seem to modest on > ...more<http://groups.google.com/group/pyglet-users/msg/2151ec649dd85ddf> > > Back to top. <#1416909a54c4485b_digest_top> > > > Paul Colomiets <[email protected]> Sep 29 12:54AM +0300 > > Hi Juan, > > > > In Linux anything that is not in the local path will be handled by > > ctypes, so it should be all right if the libs are installed in the > system. > > > Please give it a go and let me > ...more<http://groups.google.com/group/pyglet-users/msg/fcd9c8b9b406fe5c> > > Back to top. <#1416909a54c4485b_digest_top> > > > Nathan <[email protected]> Sep 28 04:25PM -0600 > > > > AVbin requires libz.so.1, and it must be installed on the system > (very > > likely). > > > Not as of the master branch after 25 Nov 2012. At that point I made > sure > libz was being statically > ...more<http://groups.google.com/group/pyglet-users/msg/c209730f0995d64a> > > Back to top. <#1416909a54c4485b_digest_top> > > > "\"Juan J. Martínez\"" <[email protected]> Sep 28 11:28PM +0100 > > On 28/09/13 23:25, Nathan wrote: > > sure libz was being statically included on all OS's. (Before that it > > was dynamic in some and static in others). Of course, I haven't made > an > ...more<http://groups.google.com/group/pyglet-users/msg/254f1945d0636c74> > > Back to top. <#1416909a54c4485b_digest_top> > > > Nathan <[email protected]> Sep 28 04:39PM -0600 > > Linux 64-bit was the last OS that was using libz dynamically, so that > makes > sense. :) > > I don't think I ever made an alpha release after that point. > > ~ Nathan > > > ...more<http://groups.google.com/group/pyglet-users/msg/a4d07bc47e65379e> > > Back to top. <#1416909a54c4485b_digest_top> > > Opening a GUI window while running > pyglet<http://groups.google.com/group/pyglet-users/t/44af8b2d4ea6d892> > > [email protected] Sep 28 03:23AM -0700 > > Greetings! > > I have the same question, but with tkinter and pyglet reversed. (User > starts tkinter program, does some calculations, clicks "Visualize" > button. > This triggers the tkinter application > ...more<http://groups.google.com/group/pyglet-users/msg/253e057307683e73> > > Back to top. <#1416909a54c4485b_digest_top> > > -- > 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. > -- 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.
