by jaguar » Wed Mar 03, 2010 1:57 am
why for some bot posted on this forum (note they can run fine using the java engine in the starter package) I am getting an error in python engine:
Traceback (most recent call last):
File "round.py", line 342, in <module>
outcome = run_round(cmd1, cmd2, name1=name1, name2=name2, **options.__dict__)
File "round.py", line 177, in run_round
result = gameboard.move(m1, m2)
File "board.py", line 98, in move
p1loc = self.project(self.p1loc, self.MOVES[p1move])
TypeError: list indices must be integers
Can anyone please let me know? Thanks a lot.