Game uploaded - anyone want to test it for me?

Hi,
EDIT: updated (03.12.09)
I have uploaded my game Get Off My Lawn but am unsure if it runs on Linux and Mac. I realise that everyone's busy, but if anyone gets a second could they please test to see if it runs on their machine -- and if not, post the console output here.
Cheers, Ben

(log in to comment)

Comments

Hi tried running it on Ubuntu 8.10 but get the following:
jeroen@antec:~/games/GetOffMyLawn$ python run_game.py
Traceback (most recent call last):
  File "run_game.py", line 4, in 
    import game
  File "src/game.py", line 22, in 
    import stats
ImportError: No module named stats
There is indeed no module stats in the src dir :-S
Ah, i was hasty in my upload. It should run fine now ...
I gave it an other shot but still no luck:
jeroen@antec:~/games/GetOffMyLawn$ python run_game.py
Traceback (most recent call last):
  File "run_game.py", line 6, in 
    g = game.Game()
  File "src/game.py", line 122, in __init__
    self.loadStats()
  File "src/game.py", line 176, in loadStats
    self.stats = pickle.load(file)
  File "/usr/lib/python2.5/pickle.py", line 1370, in load
    return Unpickler(file).load()
  File "/usr/lib/python2.5/pickle.py", line 858, in load
    dispatch[key](self)
  File "/usr/lib/python2.5/pickle.py", line 1090, in load_global
    klass = self.find_class(module, name)
  File "/usr/lib/python2.5/pickle.py", line 1124, in find_class
    __import__(module)
ImportError: No module named copy_reg
ah drats ... i'll take a look at it later today -- but I think if it's a problem with the python version -- i built mine in 2.6
I'll probably upgrade one of my systems to Ubuntu 9.04 (which has python 2.6.2) somewhere next week and give it a try than. :-)
Thanks jt, actually I think its got something to do with pickling and binary file mode. I uploaded a fixed version here. (Main link changed also) Thanks for your help. (Alternatively running dos2unix on the res/*.dat files might also fix the problem.)