PyWeek - PyBotLearn - feedback

Fun Prod Inno Disq N/W Comments
2 3 4 -
1 2 2 Not a game.
1 1 1 yes After installing pygtk, pycairo, pygobject, and gtk+ it still gave me this error: Traceback (most recent call last): File "main.py", line 2, in import gtk File "C:\Python25\Lib\site-packages\gtk-2.0\gtk\__init__.py", line 38, in import gobject as _gobject File "C:\Python25\Lib\site-packages\gtk-2.0\gobject\__init__.py", line 30, in from _gobject import * ImportError: DLL load failed: The specified module could not be found.
3 3 3 Could be a good little educational game.
1 1 1 yes [nercof] [~/Juegos/pyweek6-games_04-07-2008/instaladores/pybotlearn]$ python main.py Traceback (most recent call last): File "main.py", line 4, in ? from mainwindow import MainWindow File "/home/nercof/Juegos/pyweek6-games_04-07-2008/instaladores/pybotlearn/mainwindow.py", line 20, in ? from canvas import Canvas File "/home/nercof/Juegos/pyweek6-games_04-07-2008/instaladores/pybotlearn/canvas.py", line 4, in ? from robot import Robot File "/home/nercof/Juegos/pyweek6-games_04-07-2008/instaladores/pybotlearn/robot.py", line 21, in ? from execution import robot_command File "/home/nercof/Juegos/pyweek6-games_04-07-2008/instaladores/pybotlearn/execution.py", line 27 kwargs = (', ' + kwargs) if len(kwargs) > 0 else '' ^ SyntaxError: invalid syntax [nercof] [~/Juegos/pyweek6-games_04-07-2008/instaladores/pybotlearn]$
1 1 1 yes Traceback (most recent call last): File "\pybotlearn\main.py", line 2, in import gtk ImportError: No module named gtk
1 4 3 not is game
2 2 4 Nice idea. Hope to see it finished some day :)
1 2 1 Okay start, but not a game yet.
2 2 3 Not much of a game so it rated low, but the idea is interesting, it could make a great Python learning tool for kids
1 1 1 yes The game don´t work, but i don´t know why! I am a graphic artist.
1 1 1 yes The game don´t work. But i dont know why!
2 2 3 The idea is nice but unfortunately there isn't much to do.
2 2 4 Cool idea. it is a shame there wasn't more.