What steps will reproduce the problem?
1. Install SDK 1.8.3
http://googleappengine.googlecode.com/files/google_appengine_1.8.3.zip
2. Follow installation instructions for a sample app
3. Start dev_appserver
4. Go to http://localhost:8080
What is the expected output? What do you see instead?
App will run
What version of the product are you using? On what operating system?
There are import errors from the use of simplejson
Please provide any additional information below.
If those imports are fixed (e.g. by replacing simplejson by json) there are
further import errors caused by importing dev_appserver directly.
Also, the overview.py webapp is set up for CGI use, which is incompatible with
having threadsafe=true in app.yaml
Original issue reported on code.google.com by
em...@quotify.comon 20 Aug 2013 at 9:06