Re: no attribute JSONEncoder

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

Re: no attribute JSONEncoder

2013-01-23 Thread Nikolas Stevenson-Molnar
ell? > > _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. >

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

Re: no attribute JSONEncoder

2013-01-21 Thread Nikolas Stevenson-Molnar
dule 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 Python2.7.3, mod_wsgi 3.4. > > With my Python2.7.3 instal

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.