google-code-export / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

unable to install pyglet 1.1.4 on Activestate Python 3.2.2 on windows #566

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install activestate python 3.2.2. on windows 7
2. try to install pyglet 1.1.4.

Paste in the traceback or error message:

"pyglet requires Python 2.4 or later. The installation will be aborted."

Original issue reported on code.google.com by mvineetm...@gmail.com on 31 Mar 2012 at 1:30

GoogleCodeExporter commented 9 years ago
pyglet 1.1.4 does not support Python 3.

Python 3.x is only supported in the current development version of pyglet which 
you can get at: 
http://code.google.com/p/pyglet/source/checkout
You can then install pyglet with "python3 setup.py install"

Original comment by andreas....@gmail.com on 14 Apr 2012 at 12:10