Re: no attribute JSONEncoder

2013-01-23 Thread ghjim
id > you use a pre-built mod_wsgi or did you build it yourself? > > _Nik > > On 1/23/2013 8:08 AM, ghjim wrote: > > The dev server works fine. This only happens in my production server via > mod_wsgi. > > > > On Monday, January 21, 2013 8:26:06 PM UTC-8, N

Re: no attribute JSONEncoder

2013-01-23 Thread ghjim
ev server as well? > > _Nik > > On 1/21/2013 4:13 PM, ghjim wrote: > > Hello, > > > > I am getting an error when I access my root WSGIScriptAlias /: > > > > AttributeError at / > > module object has no attribute JSONEncoder. > > &g

module object has not attribute JSONEncoder

2013-01-22 Thread ghjim
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

no attribute JSONEncoder

2013-01-21 Thread ghjim
Hello, I am getting an error when I access my root WSGIScriptAlias /: AttributeError at / module object has no attribute JSONEncoder. I have seen similar reports on the web, some of them implying that this is a python bug but I can't implement any of the fixes. I am using Django 1.4.3 and