You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
My root WSGI page is now throwing the error:
"AttributeError at / module object has no attribute JSONEncoder"
I have seen several posts about this with implications that it might be a Python bug. It started occurring to me after I did a number of system updates. I have been unable to back out and get my web page working again (this will teach me to do better regression testing when I update my systems).
The error is thrown by /opt/django/Django-1.4.3/django/contrib/messages/storage/cookie.py. There is a reference to class MessageEncoder(json.JSONEncoder).
If I do a directory of json I see an attribute with this name: