Comment 0 for bug 676468

Revision history for this message
Gijs Molenaar (gijzelaar) wrote :

I'm trying to get djangosaml2 to work with a simple configuration, but when I try to use it I get:

Traceback:
File "/Users/gijs/Virtualenv/filebender/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response
  100. response = callback(request, *callback_args, **callback_kwargs)
File "/Users/gijs/Virtualenv/filebender/lib/python2.6/site-packages/djangosaml2/views.py" in login
  53. conf = _load_conf()
File "/Users/gijs/Virtualenv/filebender/lib/python2.6/site-packages/djangosaml2/views.py" in _load_conf
  40. conf.load(copy.deepcopy(settings.SAML_CONFIG))
File "/Users/gijs/Virtualenv/filebender/lib/python2.6/site-packages/saml2/config.py" in load
  76. self._load(config)

Exception Type: AttributeError at /saml2/login/
Exception Value: 'Config' object has no attribute '_load'