I\'m trying to install the Evennia Python MUD and when I get to the python manage.py syncdb command I get the below message... any ideas on why?
Traceback (m
You will get this if you just haven't installed Django.
e.g.
pip install django