Yes, it is. I removed the opener.add_handler(fancy_urllib.FancyProxyHandler()) from appengine/tools/appengine_rpc.py Then I added an if 'localhost' not in host to add the proxy or not.
This way I can start without having to disable GAE updates. Now the app loads. BUT inside the app, I still didnt managed to make python Requests to run with Proxy :-) Will left my appengine_rpc.py hacked, but this is a problem, isnt? Marco -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
