Python Google应用程序引擎启动器启动错误

Python Google应用程序引擎启动器启动错误,python,google-app-engine,Python,Google App Engine,我是Python新手,经验不多。我最近在Windows7(64位)上安装了GoogleAppEngine启动器,并且安装了Python 2.7。当我启动Google应用程序引擎启动器时,我得到一个错误: Traceback (most recent call last): File "GoogleAppEngineLauncher.py", line 42, in <module> File "wx\_core.pyc", line 7913, in __init__ File "

我是Python新手,经验不多。我最近在Windows7(64位)上安装了GoogleAppEngine启动器,并且安装了Python 2.7。当我启动Google应用程序引擎启动器时,我得到一个错误:

 Traceback (most recent call last):
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
回溯(最近一次呼叫最后一次):
文件“GoogleAppEngineLauncher.py”,第42行,在
文件“wx\\ u core.pyc”,第7913行,在\uu init中__
文件“wx\\ u core.pyc”,第7487行,在\u BootstrapApp中
文件“launcher\app.pyc”,第58行,在OnInit中
文件“launcher\app.pyc”,第152行,版本检查
urlopen中第82行的文件“urllib.pyc”
文件“urllib.pyc”,第190行,打开
文件“urllib.pyc”,第338行,在open_http中
文件“urllib.pyc”,第351行,http_错误
http_error_407中第702行的文件“urllib.pyc”
文件“urllib.pyc”,第714行,在retry\u proxy\u http\u basic\u auth中
文件“urllib.pyc”,第773行,在get_user_passwd中
文件“urllib.pyc”,第782行,在提示符\u user\u passwd中
EOF:读取一行时的EOF

有人能帮我吗?我尝试过谷歌搜索,但没有得到满意的答案。

您可能需要在环境中修改urllib或设置代理设置。这些链接可能会有帮助:,和。是的,我支持我的大学代理,你能告诉我如何给应用程序认证代理吗谢谢:)我是从你给我的链接中得到的。谢谢