[Solved] Handlers in GAE
Assuming you’re posting to /compress.py, replace def z(self): with def post(self): That’ll get you to your next problem. As an aside, you’ll probably find it easier to take smaller steps. A small step in this case would be “can I hit a handler via URL and at least get a ‘hello world’ result?”. Maybe you’ve … Read more