Someone is probably already aware of this, but I get this when trying
to connect:
You are now logged in as george.
Untrapped error, please file a bug report:
Traceback (most recent call last):
File "/home/evennia/evennia/src/cmdhandler.py", line 405, in handle
command.command_function(command)
File "/home/evennia/evennia/src/commands/general.py", line 141, in
cmd_look
source_object.emit_to(target_obj.scriptlink.return_appearance
(pobject=source_object))
File "/home/evennia/evennia/src/script_parents/basicobject.py", line
115, in return_appearance
show_dbrefs = pobject.sees_dbrefs()
File "/home/evennia/evennia/src/objects/models.py", line 285, in
sees_dbrefs
return looker_user.has_perm('genperms.builder')
File "/usr/local/lib/python2.6/dist-packages/Django-1.0.2_final-
py2.6.egg/django/contrib/auth/models.py", line 239, in has_perm
File "/usr/local/lib/python2.6/dist-packages/Django-1.0.2_final-
py2.6.egg/django/contrib/auth/__init__.py", line 27, in get_backends
File "/usr/local/lib/python2.6/dist-packages/Django-1.0.2_final-
py2.6.egg/django/contrib/auth/__init__.py", line 14, in load_backend
ImproperlyConfigured: Error importing authentication backend
django.contrib.auth.backends: "No module named backends"
Are there any other Evennia servers up and running?