This message is "normal". The patch that I added was to prevent Mac OS X from automatically using or saving the application state (the org.python.python.savedState file referred to below). The side-effect is that you see this message on the console when you load pyglet. I couldn't find any way to suppress it. But you should be able to create and see multiple windows on Mountain Lion now.
Note that pyglet won't delete the org.python.python.savedState file if it already exists (which may be the case if you ran some other windowed python program), but it does completely ignore the saved state file now. --phillip On Mar 3, 2013, at 5:23 AM, Julien Pilla <[email protected]> wrote: > > Hello, > I retrieved the last version from the repository (it fixed an annoying bug so > I'm happy) and now I have the same message that some peoples here: > > 2013-03-03 12:10:59.369 Python[37265:f07] ApplePersistenceIgnoreState: > Existing state will not be touched. New state will be written to > /var/folders/jh/jgdg2_r52x37y8dd94mylk640000gn/T/org.python.python.savedState > > So the issue may still be open. > Thanks ! > > > Le jeudi 20 décembre 2012 23:18:10 UTC+1, Phillip Nguyen a écrit : > > Are you using the latest pyglet version from the repository? The last change > I committed on Dec 7 should have fixed this problem. > > --phillip > > > On Dec 20, 2012, at 3:41 PM, George Wright <[email protected]> wrote: > >> Nathan >> That all worked. >> But I began having the non-appearing window problem discussed on this thread >> earlier. >> I can fix it (OSX 10.8.2) by trashing the "org.python.python.savedState" >> folder as described there. But other than repeating that trashing each time >> the problem reappears I couldn't find anything in the thread that outlined a >> permanent solution. >> Do you know anything af that? > > > -- > 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.
