On Thu, Aug 15, 2013 at 3:40 PM, Mauricio Leonardo <[email protected]>wrote:
> Ok I know that the problem is in main.py > this line > from django.utils import simplejson as json > I get this error: > from django.utils import json as simplejson > > ImportError: No module named django.utils > > Can anyone help ?! > Did you import the django libraries in your app.yaml file? It should contain something similar to this: *libraries: - name: django version: "version-number"* If not, see this page: https://developers.google.com/appengine/docs/python/tools/libraries27 (scroll down to the section *Django Notes*). ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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.
