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]>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.org doesn'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]. > > To post to this group, send email to [email protected]. > 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
