Why don't pyGame or pyglet support python 3?

I studied various game design modules for python such as pyglet and pyGame. I noticed that both of them seem to be compatible only with python 2. Having seen that python 3 is the latest version, why is this? My experience with python was with python 3, so are there any good framework / modules for developing a python 3 game? Or am I better off learning python 2 and using pyglet or pyGame?

edit: I would use pyGame on mac. The download page http://www.pygame.org/download.shtml contains only links for py2.6, py2.5 and py2.4, which makes me think that this is not python 3.

+5
source share
5 answers
+5

pygame Mac OSX python 3. , , , , , macg-pug, .

, , .

+1

"Windows" , , py-3.1 .

0

Python 3, Python 3. .: -)

PyGame, -, Python 3. : ( http://www.pygame.org/wiki/python3porting?parent=todo)

  • Unicode ( fsencoding), ( /10).
  • , Unicode Pygame
  • Python 3 IOBase: C. (1 2010 .) , .
  • _movie - ,
  • scrap ( C, )
  • - ?

Nowhere does it say that it does not work for Python 3 on a Mac, and it is unlikely to be so. So you can try it, but you have to compile it yourself.

Pyglet does not mention Python 3, so it is probably not ported.

0
source

pyglet 1.2 (alpha as of July 2012) works with Python 3.

0
source

All Articles