I followed the Getting Started instructions for Mac OS X, which refer to the instructions for Linux. Everything worked until I got to the part about initializing a game. Then I got the following error:
(pyenv)GameDev$ evennia --init World1
Traceback (most recent call last):
File "/usr/local/bin/evennia", line 4, in <module>
from pkg_resources import require; require('evennia==0.5.0')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in <module>
working_set.require(__requires__)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
needed = self.resolve(parse_requirements(requirements))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: pillow
(pyenv)GameDev$
Unfortunately I don't have the output from the Evennia setup, but I'm pretty sure that it installed Pillow successfully, along with Django, Twisted, etc. Can anyone help me with this problem?