On Saturday, 28 July 2012 12:30:04 UTC+2, Scott Porter wrote: > > Hi Guys, > I've just upgraded to OSX 10.8 and installed Pyglet 1.2alpha. I'm using > the bundled Python, 2.7.2. > > Pyglet is now unable to create any windows. The display flickers when > "window = pyglet.window.Window(800,600)" is executed, and the Python icon > is active in the toolbar, but no window appears. Pyglet is still able to > respond to events, receive input etc. As far as I can tell there isn't any > error being thrown. > > Any thoughts? >
I spent a while playing with different versions of Python on my system. Here are the results. /Library/Frameworks/.../2.7 --> PyObjC 2.3, doesn't work /System/Library/Frameworks/.../2.7 --> PyObjC 2.3.2a0, doesn't work /System/Library/Frameworks/.../2.6 --> PyObjC 2.3.2a0, doesn't work /System/Library/Frameworks/.../2.5 --> PyObjC 2.2, works I don't know enough about objc to know but could 2.3 have messed things up somehow? Chard. -- 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/-/fUxx4L7gBY0J. 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.
