1

我在我的电脑上运行 Python 2.6.1,并且刚刚安装了 google App Engine。

当我单击 App Engine Launcher 时,它会显示一个错误对话框,并要求我检查GoogleAppEngineLauncher.exe文件以获取更多详细信息。

我在下面附加了日志文件:

File "GoogleAppEngineLauncher.py", line 42, in <module>
File "wx\_core.pyc", line 7913, in __init__
File "wx\_core.pyc", line 7487, in _BootstrapApp
File "launcher\app.pyc", line 58, in OnInit
File "launcher\app.pyc", line 152, in _VersionCheck
File "urllib.pyc", line 82, in urlopen
File "urllib.pyc", line 190, in open
File "urllib.pyc", line 338, in open_http
File "urllib.pyc", line 351, in http_error
File "urllib.pyc", line 702, in http_error_407
File "urllib.pyc", line 714, in retry_proxy_http_basic_auth
File "urllib.pyc", line 773, in get_user_passwd
File "urllib.pyc", line 782, in prompt_user_passwd
EOFError: EOF when reading a line

从文件中,我感觉它是关于提供正确的代理详细信息。

我检查了http://code.google.com/p/google-appengine-wx-launcher/issues/detail?id=17http://code.google.com/p/googleappengine/issues/detail?身份证=544

似乎是对某些特定的 .py 文件进行一些编辑,以便我可以输入代理设置和用户名/密码。

我也遇到了一些建议,告诉我在命令提示符下在环境变量中设置代理 - 但这没有奏效。请问有什么建议吗?

更新:我在 nomagon dot com /?p=5 遇到了以下内容我正在使用它,但无法从 appcfg.py 文件中理解

如果你不在代理后面,那么你可以去!您可以使用 App Engine Launcher 中的部署按钮,但是如果您使用代理,则需要设置一些变量

In a CMD window:
set HTTP_PROXY=<proxy>
set HTTPS_PROXY=<prox>
In a CMD window:
appcfg.py update <path to app>
4

0 回答 0