google-app-engine: json module
Posted
by fmsf
on Stack Overflow
See other posts from Stack Overflow
or by fmsf
Published on 2010-04-20T16:17:25Z
Indexed on
2010/04/20
16:23 UTC
Read the original article
Hit count: 346
Hey i'm using JSON with appengine.
I'm using json for comunication, so in the python side i have
import json
the error i'm getting is this:
<class 'django.core.exceptions.ViewDoesNotExist'>: Could not import views.ganttapp. Error was: No module named json
In my stand alone this works great, is there any problem with json on the app engine? or should I use another module?
I dunno if you can open this but here it goes: http://ganttapp.appspot.com/newgantt you can find the error here
© Stack Overflow or respective owner