Hi, I tried the pyglet-cocoa alpha by Tristam MacDonald and the "hello world" sample works for me. I get a few warning messages when it closes down:
pyglet view init pyglet view init on_resize(width=1680, height=1050) on_show() on_expose() on_resize(width=1680, height=1050) on_show() 2010-01-04 21:35:49.162 Python[1751:d07] *** -[NSAutoreleasePool release]: This pool has already been released, do not drain it (double release). 2010-01-04 21:35:49.181 Python[1751:d07] *** -[NSAutoreleasePool release]: This pool has already been released, do not drain it (double release). 2010-01-04 21:35:49.196 Python[1751:d07] *** -[NSAutoreleasePool release]: This pool has already been released, do not drain it (double release). on_key_press(symbol=SEMICOLON, modifiers=MOD_SHIFT) on_key_release(symbol=SEMICOLON, modifiers=MOD_SHIFT) on_key_press(symbol=ESCAPE, modifiers=) on_close() Intel MacBook, OSX 10.6.2, system Python 2.6.1, blue socks. Cheers, keep up the good work, it would be really good to have a 64- bit Python compatible version for the Mac. Nick -- 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.
