- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我是 Python 的新手,目前正在阅读 Head First Python 一书。我正在尝试进行示例练习,但我遇到了来自 GAE 的错误。我在我的 Kubuntu 10.10 S.O 上同时安装了 Python 2.5 和 GAE。
首先,我创建了一个名为“mygaetest”的文件夹,其中包含文件 sayhello.py 和 app.yaml。因为 Linux 没有图形前端,所以我从命令行以这种方式启动我的 GAE webapp:
python2.5 google_appengine/dev_appserver.py home/lucas/workspace/Python/Chapter10/src/mygaetest/
但随后显示以下错误:
Traceback (most recent call last):
File "google_appengine/dev_appserver.py", line 78, in
run_file(__file__, globals())
File "google_appengine/dev_appserver.py", line 74, in run_file
execfile(script_path, globals_)
File "/home/lucas/Desarrollo/Python/App
Engine/google_appengine/google/appengine/tools/dev_appserver_main.py", line 118, in
from google.appengine.tools import appcfg
File "/home/lucas/Desarrollo/Python/App
Engine/google_appengine/google/appengine/tools/appcfg.py", line 68, in
from google.appengine.tools import appengine_rpc
File "/home/lucas/Desarrollo/Python/App
Engine/google_appengine/google/appengine/tools/appengine_rpc.py", line 27, in
import fancy_urllib
File "/home/lucas/Desarrollo/Python/App
Engine/google_appengine/lib/fancy_urllib/fancy_urllib/init.py", line 341, in
class FancyHTTPSHandler(urllib2.HTTPSHandler):
AttributeError: 'module' object has no attribute 'HTTPSHandler'
谁能告诉我该怎么做才能解决该错误?
非常感谢。
最佳答案
欢迎使用 Python、App Engine 和 Stack Overflow!
您的 Python 安装显然缺少 SSL 支持。要添加支持,install this .
http://code.google.com/p/googleappengine/issues/detail?id=19
关于Python 与谷歌应用引擎。属性错误 : 'module' object has no attribute 'HTTPSHandler' error message,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5845611/
刚刚安装了 pip,但我无法导入它。操作系统是 RedHat 企业版,我还安装了最新的 openssl(从源代码编译)。 $ easy_install pip Searching for pip Be
这个问题在这里已经有了答案: ImportError: cannot import name HTTPSHandler using PIP (12 个答案) 关闭 7 年前。 我在设置我的 pyth
我正在尝试使用我的 ubuntu lucid 中的 google appengine python SKD。我已经编译了python2.5。但是当我用它执行任何“dev_appserver.py”命令
使用 pip 安装 python 包时遇到 HTTPSHandler 错误,以下是堆栈跟踪, --------desktop:~$ pip install Django==1.3 Traceback
我在尝试安装 pip2.7 时遇到此错误。我已经将 python 2.7 作为我的默认设置,但我不确定为什么我会得到这个。 操作系统:CentOS 6.5 OpenSSL 已经安装。我按照本指南安装了
我有一个 Raspbery Pi,我通过执行以下操作将其升级到 Python 3.3.3: sudo apt-get install build-essential libsqlite3-dev sq
我是 Python 的新手,目前正在阅读 Head First Python 一书。我正在尝试进行示例练习,但我遇到了来自 GAE 的错误。我在我的 Kubuntu 10.10 S.O 上同时安装了
您好,我正在尝试使用 python 2.7.9 安装 pip,但一直出现以下错误。我想创建 python 虚拟环境。 python get-pip.py Traceback (mos
我是一名优秀的程序员,十分优秀!