I installed through from mercurial using: pip install hg+https://pyglet.googlecode.com/hg/
I'm using python2.7 via Mac Homebrew. Now I get these warnings: 2013-09-26 12:35:06.233 Python[69057:1307] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/66/8tn_4g0j3tb4s085cfrpt0vm0000gn/T/org.python.python.savedState Can these be silenced/fixed? 1.2alpha1 has been out for quite a while.. has pyglet development stalled? Likewise, there are issues with avbin (that pyglet depends on) that seem to be long standing. On Thursday, May 30, 2013 7:58:45 PM UTC-4, Nathan wrote: > > Ya, that was fixed. You have to check out pyglet from the repository > using mercurial and install it from there. > > ~ Nathan > > > On Thu, May 30, 2013 at 12:02 AM, Andrew Schmidt > <[email protected]<javascript:> > > wrote: > >> Did we get an actual solution to this? I have this exact problem, running >> the 1.2alpha1 version. >> >> Everything else about pyglet looks lovely, and I'm eager to get started :D >> >> >> On Friday, December 7, 2012 10:26:24 PM UTC-8, Nathan wrote: >> >>> Awesome! Thanks for fixing that, Phillip. >>> >>> ~ Nathan >>> >>> >>> >>> On Fri, Dec 7, 2012 at 1:50 PM, Phillip Nguyen <[email protected]>wrote: >>> >>>> >>>> Wow, thanks! With this information I found the >>>> ApplePersistenceIgnoreState key, and I've committed a fix that should >>>> prevent the org.python.python.savedState file from ever being created or >>>> used. This fixes the problem of new windows not being displayed after >>>> finishLaunching got called. It also explains why the problem was only >>>> showing up with certain builds of python and not pypy. There is an Xcode >>>> build setting that can be checked to prevent automatic state restoration >>>> for the application and I'm guessing the python from python.orgdoesn't >>>> have this set. >>>> >>>> When you run a pyglet program from the terminal, there is a warning >>>> message saying that it won't be saving or restoring state. But I think I >>>> can live with that. >>>> >>>> --phillip >>>> >>>> -- >> 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?hl=en. >> 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.
