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

1.1.4 Windows installer msi: does not recognize installed Python 2.7 #622

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. dowwnload pyglet-1.1.4.msi
2. run
3. behold error message from installer

Paste in the traceback or error message:
"pyglet requires python 2.4 or later. installation will be aborted."

Any additional info (platform/language/hardware) that may be relevant?
XP Pro SP3+, python 2.7.3 MSC v.1500 32-bit Intel

>> how does installer check for "python installed" ? I installed python using 
"Windows x86 MSI Installer" downloaded from python.org.

Original issue reported on code.google.com by j.falch...@gmail.com on 18 Dec 2012 at 4:29

GoogleCodeExporter commented 9 years ago
same thing, windows 7. 

download from official site:

http://www.pyglet.org/download.html

using python 2.7.3

Original comment by rwonem...@gmail.com on 5 Apr 2013 at 9:32

GoogleCodeExporter commented 9 years ago

Original comment by useboxnet on 17 Jul 2013 at 5:10

GoogleCodeExporter commented 9 years ago
The pyglet-1.1.4.msi installer only works with python versions 2.4, 2.5 or 2.6; 
if you wish to use python 2.7 please install from source.

Simply download the source tarball or zip, unpack it, enter the directory and 
run:

python setup.py install

Alternatively if you are familiar with pip, "pip install pyglet" will install 
pyglet-1.1.4.

Original comment by useboxnet on 17 Jul 2013 at 6:12