On Feb 6, 4:57 am, Joel <joel.riede...@gmail.com> wrote:
> I'd like to do some debugging/development in python directly, yet use
> the google APIs.
> I've got a test directory with the 'google' directory (from the
> google_appengine directory) underneath it.
> I can import, such as: from google.appengine.api import urlfetch
> But when I run urlfetch I get some errors, last line:
> AssertionError: No api proxy found for service "urlfetch"
>
> I know the dev_appserver.py script does a bunch of path mods...
>
> If I could do this it'd be a simpler environment for developing bits
> of code that eventually go into one of my services.
>
> Can this be done?  Instructions?
>
> Thanks,
> Joel

remote_api [1] allows (or will allow soon [2]) to use your production
APIs from a local Python script.

[1] http://tr.im/etsx
[2] http://tr.im/ett7 @ 09:58
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to