[google-appengine] Defered function that can take lambdas, closures

2014-10-03 Thread Emlyn
Hi all, This might be interesting to anyone who uses deferred.defer in python on appengine. I've just written this code that expands what you can do with defer. You can defer a lambda, and you can defer (functions with) closures. It's implemented using the original defer, but marshals a

Re: [google-appengine] Help Needed in handling Forms (GAE PHP)

2014-10-03 Thread Anmol Parashar
I have done everything. From exporting the files to uploading them on the App Engine. The only thing I can't figure out is how to upload the 8 .php files. I moved them to a different folder but the *upload: *directive didn't work. Can you please give me exact commands to write in my *app.yaml*

Re: [google-appengine] Help Needed in handling Forms (GAE PHP)

2014-10-03 Thread Anmol Parashar
On Thu, Oct 2, 2014 at 6:34 AM, Anmol Parashar 4nm...@gmail.com javascript: wrote: - url: /unsubscribe script: static_website/jl3sxnhv7vv.php I see that your PHP scripts are in your static files directory. You need to move them into their own directory or put them