Installing Pyglet - "Python 2.4 or later required"
I tried to install Pyglet to try one of the finished games but the Windows installer gave the following error: "Python 2.4 or later is required".... however, I do have Python 2.7!
I've found the following solution here: http://code.google.com/p/pyglet/issues/detail?id=488
- download Pyglet source and extract it in a folder
- run the following two commands in that folder using the command prompt:
python setup.py build python setup.py install I successfully managed to run the game after that. However, it seems that installing Pyglet from source has no sound support, AvBin must be installed separately (see http://www.pyglet.org/)
(log in to comment)
Yeah, it's about time there was a new pyglet release :-(