Activity log for bug #676468

Date Who What changed Old value New value Message
2010-11-17 13:20:53 Gijs Molenaar bug added bug
2010-11-17 13:21:54 Gijs Molenaar description 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' 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' I'm using the latest version from bzr. SAML_CONFIG is set, but doesn't seem to impact something.
2010-11-21 19:21:22 Lorenzo Gil Sanchez pysaml2: importance Undecided Medium
2010-11-21 19:21:30 Lorenzo Gil Sanchez pysaml2: status New Fix Committed
2010-11-21 19:21:35 Lorenzo Gil Sanchez pysaml2: assignee Lorenzo Gil Sanchez (lgs)
2011-01-19 09:14:43 Roland Hedberg pysaml2: status Fix Committed Fix Released