Yep, installing from source worked. Thanks! (FWIW, I also tried installing python 2.6. The pyglet installer happily found python 2.6, but that doesn't help much since I really want python 2.7)
On Sat, Apr 16, 2011 at 2:38 PM, Anonymouse <[email protected]>wrote: > The pyglet installer fails for some reason. I found that downloading the > source package and running setup.py install worked though. > You could also use some tool that extracts installers, then copy the files > manually. > > In any case, good luck :) > > On 16 April 2011 19:21, Mark Ivey <[email protected]> wrote: > >> I'm having trouble installing pyglet. When I run pyglet-1.1.4.msi, it >> gives this error: >> >> "pyglet requires Python 2.4 or later. The installation will be >> aborted." >> >> I have the 32-bit version of python 2.7.1 installed here: >> C:\Python27\python.exe >> >> It is also in my path (so I can, for example, run "python.exe" from >> cmd and it works) >> >> What do I have to do to get the pyglet installer to see python? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "pyglet-users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/pyglet-users?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "pyglet-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pyglet-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
