installing simplejson on the google appengine
Posted
by user266564
on Stack Overflow
See other posts from Stack Overflow
or by user266564
Published on 2010-04-26T07:02:42Z
Indexed on
2010/04/26
9:03 UTC
Read the original article
Hit count: 358
Super nub question time! I am trying to use simplejson on the google appengine. In a terminal on my machine I have simplejson installed and working. But my when I try to import it in a script running on the appengine I get an error saying no such library exists. If open the interactive console on my machine (from the link on http://localhost:8080/_ah/admin) and type "import simplejson" I get:
Traceback (most recent call last): File "/home/chris/google_appengine/google/appengine/ext/admin/init.py", line 210, in post exec(compiled_code, globals()) File "", line 1, in ImportError: No module named simplejson
Any thoughts?
© Stack Overflow or respective owner