In line 3 of SAMLMessages.py:
Causes Python 2.6.5 to issue a "Syntax Error" at the close parethesis. It seems to work fine in other Python versions.
I fixed it for myself by adding "object", like this:
Would you be opposed to using new-style python classes, instead of old-style?
I'm currently using PySAML in these two projects:
http://code.google.com/p/django-saml2-sp/
http://code.google.com/p/django-saml2-idp/
Thanks!