What version of Python does your game recommend?
vegaseat
DaniWeb's Hypocrite
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
It sounds like your game is simply a precompiled set of Python files rather than an executable (.exe) file. In this case you need the Python interpreter present on your computer.
The interpreter isn't very large, but the installer download is a package with some extra files you normally wouldn't need. I don't know of just a runtime package.
I find it strange that your XP box had an older version of Python installed already. Microsoft most likely looks at Python as an evil competitor.
If you are familiar with removing old programs, you should uninstall the old version first to be on the safe side. Hopefully it is listed under Python-2.1 or whatever.
Go to the website www.python.org and download version 2.4. It comes as a self-installing file called python-2.4.1.msi.
vegaseat
DaniWeb's Hypocrite
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
When was the game made. If it is really new (in the last year or two) then you may need V3.1.
If you had paid attention, you could have seen that this thread is 4 years old. :icon_wink:
Nick Evan
Not a Llama
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403