I am using the latest development Pyglet from the mercurial repository on OSX 10.8 without issue, aside from the need to suppress the Application State file as described previously. I haven't run any tests outside of my own project, but it seems to be very stable thus far.
Steve On Friday, December 7, 2012 10:58:41 AM UTC-7, Nathan wrote: > > On Thu, Dec 6, 2012 at 4:39 PM, pepijn <[email protected]<javascript:> > > wrote: > >> Hey Nathan/all, >> >> Thanks for outlining these steps. Unfortunately i'm still getting the >> same quick time errors as Steve Willis above. I had previously installed >> Pyglet 1.1.4 through pyglet.org... Maybe i should've uninstalled that one >> before i followed your steps. Not sure how to uninstall though. I looked >> through their documentation but they only tell you how to install. Anyone >> any ideas? >> > > Lets check to see if everything got upgraded like you expected. Try > running python, and then running the following commands: > > import pyglet > print(pyglet.version) > print(pyglet.media.have_avbin) > print(pyglet.media.avbin.get_version()) > > For example, on one of my machines it looks like this: > > $ python > Python 2.7.2 (default, Jun 20 2012, 16:23:33) > [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on > darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import pyglet > >>> print(pyglet.version) > 1.2alpha1 > >>> print(pyglet.media.have_avbin) > True > >>> print(pyglet.media.avbin.get_version()) > 11 > > >> Also, can i use the stock python that comes with os x 10.8? >> > > You can if you install the development version of pyglet from the > mercurial repository. > > >> Thanks for all the help here in any case! >> > > I hope this helps. :-) > > ~ Nathan > -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyglet-users/-/bEFExvyRLmMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
