0
Hello,
I’m having a problem using the Google App Engine and would like to know if anyone can help me.
In my machine I have installed:
- Windows XP
- Python 2.7.6
- Google App Engine 1.9.17 (is the newest)
I made an example application and I’m not getting it to run locally on my machine. Searching Google identified that the problem is the company’s Proxy. See the same problem in the article https://www.marshut.net/iwuhqp/dev-appserver-py-cannot-connect-to-some-http-endpoint.html
I can call dev_appserver.py [application], but when access http://localhost:8080 error is displayed. I can deploy (push) to the cloud without error.
In my house I have the same version of Python and Google App Engine, only Windows that is Vista. I can perform my tests without errors, both the development environment and the deploy.
I cannot disable the Proxy in the company, because security policy issues.
What can I do to have the working development environment on my workstation? Is there any workaround?
Hug and thanks for the help!
You can add the error traceback?
– Rafael Barros