On Sun, Feb 21, 2010 at 6:40 AM, Alisdair McDiarmid <[email protected]>wrote:
> Hi, > > I'm trying to install Pyglet on my Windows machine for testing. I've > installed Python 2.6.4 from python.org, and downloaded > pyglet-1.1.4.msi. > > The error I get is "pyglet requires Python 2.4 or later. The > installation will be aborted." > > I think the registry entries for Python are set up correctly. > genmsi.py seems to be testing for: > > HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.6\InstallPath > > That key exists in my registry. > > Has anyone else come across this problem? Any suggestions on how to > proceed? > > Thanks, > Alisdair Even though you are on 64-bit Windows, you need to install the 32-bit version of Python. -- Tristam MacDonald http://swiftcoder.wordpress.com/ -- 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.
