All the tests fun on my machine as well. ( Ubuntu 9.10 AMD64, python
2.6) The setup.py file seems to be working, no problems there.
Although if PIL isn't required we can just take it out of the setup
script for now. Interactive installation is due for the next release.
One bug I did find, in Robocalypto:
Traceback (most recent call last):
File "run_game.py", line 10, in <module>
main.main()
File "/media/hatachi1000/Source/pyggel/Robocalypto/gamelib/main.py",
line 14, in main
g = game.Game()
File "/media/hatachi1000/Source/pyggel/Robocalypto/gamelib/game.py",
line 117, in __init__
self.player = Player(self)
File "/media/hatachi1000/Source/pyggel/Robocalypto/gamelib/
objects.py", line 77, in __init__
self.gun = Gun(self.game, self)
File "/media/hatachi1000/Source/pyggel/Robocalypto/gamelib/
objects.py", line 142, in __init__
GameObject.__init__(self, game, obj=pyggel.mesh.OBJ("data/
gun.obj", colorize=[0.2, 0.2, 0.2, 1]),
File "/media/hatachi1000/Source/pyggel/pyggel/mesh.py", line 42, in
OBJ
objs[-1].material = mtls[values[1]]
IndexError: list index out of range