Can't play most games
Most of the entries, especially those that are launched with "run_game.py" and "run_game.pyw" file automatically throw an error. All the games that have been processed with py2exe are good. My assumption is that something is missing on my system that is preventing them from running. Does anyone have any guesses on what my issue is?(log in to comment)
Comments
Before I play through the games, I always make sure I have the latest PyGame, Pyglet, and NumPy installed. That will cover 90% of them.
adrwen on 2011/04/23 19:29:
Do you run Windows? I'm under the impression that if you run anything in windows by clicking on it, it doesn't set the path to where the file is located. Thus if a file tries to make a relative redirect, it won't find any python files. I believe there are some versions of the run_game.py that modify your current path in various ways, so that might be a point of failure.Of course that's just an unqualified guess.