Panda3d, python-ogre, pyirrlicht, pyglet, and pyopengl are all decent options for 3d. And you can use them even though the engines have c code (the python language runs on c code after all).
In my view the benefits of a heavy framework only come into play over a longer development cycle. For PyWeek I'd recommend Pyglet or PyOpenGL. They are much easier to package so more people will play your game!
saluk on 2012/09/07 21:33:
Panda3d, python-ogre, pyirrlicht, pyglet, and pyopengl are all decent options for 3d. And you can use them even though the engines have c code (the python language runs on c code after all).