- Update for anyone who's going through the same issue. I spent about a 
half hour of my life looking for the answer here.

SimpleJson has been renamed to Json in one of the latest versions. If you 
don't update to the latest version of simplejson you wouldn't have this 
problem. So you can revert to a earlier version or you can add the 
following to the top of the python file that gives the problem:

import json as simplejson

Probably Google has some requirement on the versions when you install the 
App Engine SDK for python.
http://stackoverflow.com/questions/15756022/error-importing-simplejson-after-upgrading-to-appengine-dev-server-1-7-6

Cheers,
Cameron
On Friday, May 23, 2008 3:02:40 AM UTC-7, Marko Vuksanovic wrote:
>
> I figured this out, 
>
> Anyway thanks.... 
>
> On May 23, 11:40 am, Sylvain <[email protected]> wrote: 
> > django is part of he SDK, so, there is nothing to do. 
> > 
> > You can import simplejson from the simpljson website but it's useless. 
> > 
> > Regards. 
> > 
> > On May 23, 11:02 am, Marko Vuksanovic <[email protected]> 
> > wrote: 
> > 
> > > And what if i'm not using django? 
> > 
> > > On May 22, 10:38 pm, "Karim A." <[email protected]> wrote: 
> > 
> > > > No need to upload it, it's included with django :) 
> > 
> > > > just do: 
> > 
> > > > from django.utils import simplejson 
> > 
> > > > On May 22, 9:27 pm, Marko Vuksanovic <[email protected]> 
> > > > wrote: 
> > 
> > > > > I have installed simplejson library on my local machine,.. Here it 
> > > > > works fine,.. but when i upload the application to the server i 
> get 
> > > > > error 
> > 
> > > > > <type 'exceptions.ImportError'>: No module named simplejson 
> > 
> > > > > What do i need to do to make simplejson work on the server....? 
> > 
> > > > > Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to