I'm getting a python syntax error for the following line of code:
orientations = [[(ants[0].loc, 0, {i: i for i in range(self.num_players)})]]
^
This is from someone else's script that I'm pretty sure should work, so I suspect the problem might be the version of python I'm using? I'm running python 2.6.6.