Hi all, I've been bitten by that annoying "no window" bug and despite the previous indication that this should be fixed now I've not managed to get it solved. Nathan last post pushed me to try again and it didn't work once more. However, I've taken more time to investigate and have finally fixed it ! \o/
So for anybody out there still desperately trying to get that fixed, here is what I did in addition to Nathan's instruction to get the latest release: rm -fr ~/Library/Saved\ Application\ State/org.python.* That's it. There is actually two savedState that were removed by that operation: - org.python.PythonLauncher.savedState - org.python.python.savedState I don't know if the removal of both is mandatory to fix the problem but it worked and they did not reappear for now. Cheers, Odie 2012/11/1 Nathan <[email protected]>: > On Thu, Nov 1, 2012 at 10:16 AM, Steve Willis <[email protected]> > wrote: >> >> I would suggest downloading and trying it. That said, as I posted before, >> it does not seem to be working for me. There was mention of committing a fix >> for OSX Mountain Lion in earlier discussions. I have not been able to >> determine if that fix made it to the Mercurial repository. If it did, either >> I am not savvy enough to clone the correct revision (completely plausible), >> or the committed fix doesn't work on my system. I feel somewhat confident in >> conveying the current (as of last week) >> [snip] >> >> Steve > > > The following commands run in the terminal ought to get you the latest > pyglet 1.2dev: > > (First install mercurial from http://mercurial.selenic.com/ ) > hg clone https://pyglet.googlecode.com/hg/ pyglet > cd pyglet > hg pull > hg update > sudo python setup.py install > > ~ Nathan > > -- > You received this message because you are subscribed to the Google Groups > "pyglet-users" group. > 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. -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. 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.
