[google-appengine] Re: No module named google.appengine.api module with the python runtime

2018-02-18 Thread Randall Toepfer
explicitly udpated sys.path in Django did the import work, but not successfullly as I still get a YAML not found error. Here's my bash: PYTHONPATH=$PYTHONPATH:/home/randall/Downloads/google-cloud-sdk/platform/google_appengine:/home/randall/Downloads/google-cloud-sdk/platform/google_appengine/lib/:

Re: [google-appengine] Trying to figure out why my app has unexpected overhead

2014-07-23 Thread Adrian Randall
Thanks for the reply — that’s the lag I’m seeing, correct. However, I log around that pickling step to get time stamps and it looks like the step only takes ~20ms to do: logging.debug("To get to index search took %s seconds"%(time.time()-start_time)) search_results_pickle = jsonpickle.

[google-appengine] Confusing behavior with sockets and pygeocoder in App Engine

2014-01-03 Thread Adrian Randall
I am typing this from my phone so I apologize in advance for any odd formatting. For my web app, I am trying to get around the httplib file size limitation, which Google says to use sockets for: https://developers.google.com/appengine/docs/python/sockets/ I am able to download the file perfectl