post deadline submission
I've just uploaded a new version of my entry - 1.1.2. This one works ok with python 3.1 and handles dependency problems a bit more gracefully (it seems like the pygame surfarray module doesn't work with some versions of numpy?)This version can also be installed with pip install http://media.pyweek.org/dl/14/tsibp/Grey%20Goo-1.1.2.zip (thanks mauve for the distribute tutorial http://www.pyweek.org/d/4462)
If you have any problems running that version (or you just want to judge a version submitted before the deadline) try version 1.1 instead (this requires python 2).
(log in to comment)
Comments
pkg_resources is part of distribute.
rgbDreamer on 2012/05/22 05:18:
I'm getting:Traceback (most recent call last):
File "run_game.py", line 1, in <module>
from src import __main__
File "D:\Users\Sippy\Documents\My Dropbox\code\pyweek 14\Grey Goo-1.1.1\src\__main__.py", line 2, in <module>
import config
File "D:\Users\Sippy\Documents\My Dropbox\code\pyweek 14\Grey Goo-1.1.1\src\config.py", line 4, in <module>
import resource
File "D:\Users\Sippy\Documents\My Dropbox\code\pyweek 14\Grey Goo-1.1.1\src\resource.py", line 2, in <module>
from pkg_resources import resource_filename
ImportError: No module named pkg_resources