On Aug 30, 5:43 pm, Chris Tan <[EMAIL PROTECTED]> wrote: > Nonetheless, I recommend boto (http://code.google.com/p/boto/) for a > nice library for working with amazon's web services. A big caveat is > that you will have to substitute google's urlfetch where appropriate.
Not necessarily. If you use Django with appenginepatch you can use boto without any modifications. We have an httplib emulation layer: http://code.google.com/p/app-engine-patch/ Alternatively, there's appengine-monkey which has the same httplib emulation and is independent of Django (I haven't tried it with boto, but I think this should work, too.): http://code.google.com/p/appengine-monkey/ Bye, Waldemar Kornewald --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
