N00b problems with Appengine
This problem was stupid, but I’m sure I’m not the only one who is going to run into it
uch:
Status: 200 OK Content-Type: text/html; charset=utf-8 Cache-Control: no-cache Expires: Fri, 01 Jan 1990 00:00:00 GMT Content-Length: 3
If you are getting the above message after the output you intended, it is because you are using “print” instead of “self.response.out.write”. :sick:
uch: :grr: