pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

simplejson support not available #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running the sample muvmuv app does not work due to this error:

<type 'exceptions.ImportError'>: No module named simplejson
      args = ('No module named simplejson',)
      message = 'No module named simplejson' 

Original issue reported on code.google.com by shattere...@gmail.com on 29 May 2009 at 4:28

GoogleCodeExporter commented 9 years ago
from django.utils import simplejson

Original comment by justinjo...@gmail.com on 20 Aug 2009 at 3:36

GoogleCodeExporter commented 9 years ago
Following justinjools's tip fixes that problem, but then the app complains 
about not 
having the elementtree module. 

Original comment by nlak...@gmail.com on 28 Dec 2009 at 3:18

GoogleCodeExporter commented 9 years ago

Original comment by nlak...@gmail.com on 28 Mar 2011 at 10:31