DistutilsOptionError: must supply either home or prefix/exec-prefix — not both
I’ve been usually installed python packages through pip.
I’ve been usually installed python packages through pip.
How can I fetch more than 1000 record from data store and put all in one single list to pass to django?
Can I use Requests on Google App Engine? I think this library is perfect to create a REST client.
Using the GAE search API is it possible to search for a partial match?
I would like to wipe out all data for a specific kind in Google App Engine. What is the
best way to do this?
I wrote a delete script (hack), but since there is so much data is
timeout’s out after a few hundred records.
I have a Google App Engine app – http://mylovelyapp.appspot.com/
It has a page – mylovelypage
I’d like to parse a JSON string into an object under Google App Engine (python). What do you recommend? Something to encode/stringify would be nice too. Is what you recommend built in, or a library that I have to include in my app? Is it secure? Thanks.