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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
