Richard Jones announced that
pyglet.org has gone live. Both he and his friend
Alex are developing a new Python multimedia library which you know is meant for making games (Richard does run
PyWeek after all). They have decided follow the new trend of wrapping platform-specific APIs with a common Python one using ctypes.
PyOpenGL has a branch going where they are trying to do a similar thing.
PyGame does as well. Looks like pyglet has already made good progress.